package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "minimatch@^2.0.1",
  6. "scope": null,
  7. "escapedName": "minimatch",
  8. "name": "minimatch",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/glob-stream"
  14. ]
  15. ],
  16. "_from": "minimatch@>=2.0.1 <3.0.0",
  17. "_id": "minimatch@2.0.10",
  18. "_inCache": true,
  19. "_location": "/minimatch",
  20. "_nodeVersion": "2.2.1",
  21. "_npmUser": {
  22. "name": "isaacs",
  23. "email": "isaacs@npmjs.com"
  24. },
  25. "_npmVersion": "3.1.0",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "minimatch@^2.0.1",
  29. "scope": null,
  30. "escapedName": "minimatch",
  31. "name": "minimatch",
  32. "rawSpec": "^2.0.1",
  33. "spec": ">=2.0.1 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/glob",
  38. "/glob-stream"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
  41. "_shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
  42. "_shrinkwrap": null,
  43. "_spec": "minimatch@^2.0.1",
  44. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/glob-stream",
  45. "author": {
  46. "name": "Isaac Z. Schlueter",
  47. "email": "i@izs.me",
  48. "url": "http://blog.izs.me"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/isaacs/minimatch/issues"
  52. },
  53. "dependencies": {
  54. "brace-expansion": "^1.0.0"
  55. },
  56. "deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue",
  57. "description": "a glob matcher in javascript",
  58. "devDependencies": {
  59. "browserify": "^9.0.3",
  60. "standard": "^3.7.2",
  61. "tap": "^1.2.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
  66. "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz"
  67. },
  68. "engines": {
  69. "node": "*"
  70. },
  71. "files": [
  72. "minimatch.js",
  73. "browser.js"
  74. ],
  75. "gitHead": "6afb85f0c324b321f76a38df81891e562693e257",
  76. "homepage": "https://github.com/isaacs/minimatch#readme",
  77. "license": "ISC",
  78. "main": "minimatch.js",
  79. "maintainers": [
  80. {
  81. "name": "isaacs",
  82. "email": "i@izs.me"
  83. }
  84. ],
  85. "name": "minimatch",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/isaacs/minimatch.git"
  91. },
  92. "scripts": {
  93. "posttest": "standard minimatch.js test/*.js",
  94. "prepublish": "browserify -o browser.js -e minimatch.js -s minimatch --bare",
  95. "test": "tap test/*.js"
  96. },
  97. "version": "2.0.10"
  98. }