package.json 1.7 KB

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