package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "minimatch@^2.0.1",
  3. "_id": "minimatch@2.0.10",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
  6. "_location": "/minimatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minimatch@^2.0.1",
  12. "name": "minimatch",
  13. "escapedName": "minimatch",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/glob",
  20. "/glob-stream"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
  23. "_shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
  24. "_spec": "minimatch@^2.0.1",
  25. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/glob-stream",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/minimatch/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "brace-expansion": "^1.0.0"
  37. },
  38. "deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue",
  39. "description": "a glob matcher in javascript",
  40. "devDependencies": {
  41. "browserify": "^9.0.3",
  42. "standard": "^3.7.2",
  43. "tap": "^1.2.0"
  44. },
  45. "engines": {
  46. "node": "*"
  47. },
  48. "files": [
  49. "minimatch.js",
  50. "browser.js"
  51. ],
  52. "homepage": "https://github.com/isaacs/minimatch#readme",
  53. "license": "ISC",
  54. "main": "minimatch.js",
  55. "name": "minimatch",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/minimatch.git"
  59. },
  60. "scripts": {
  61. "posttest": "standard minimatch.js test/*.js",
  62. "prepublish": "browserify -o browser.js -e minimatch.js -s minimatch --bare",
  63. "test": "tap test/*.js"
  64. },
  65. "version": "2.0.10"
  66. }