package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "glob@^4.3.1",
  3. "_id": "glob@4.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob@^4.3.1",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^4.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.3.1"
  17. },
  18. "_requiredBy": [
  19. "/glob-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
  22. "_shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
  23. "_spec": "glob@^4.3.1",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/glob-stream",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/node-glob/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "inflight": "^1.0.4",
  36. "inherits": "2",
  37. "minimatch": "^2.0.1",
  38. "once": "^1.3.0"
  39. },
  40. "deprecated": false,
  41. "description": "a little globber",
  42. "devDependencies": {
  43. "mkdirp": "0",
  44. "rimraf": "^2.2.8",
  45. "tap": "^0.5.0",
  46. "tick": "0.0.6"
  47. },
  48. "engines": {
  49. "node": "*"
  50. },
  51. "files": [
  52. "glob.js",
  53. "sync.js",
  54. "common.js"
  55. ],
  56. "homepage": "https://github.com/isaacs/node-glob#readme",
  57. "license": "ISC",
  58. "main": "glob.js",
  59. "name": "glob",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/isaacs/node-glob.git"
  63. },
  64. "scripts": {
  65. "bench": "bash benchmark.sh",
  66. "benchclean": "bash benchclean.sh",
  67. "prepublish": "npm run benchclean",
  68. "prof": "bash prof.sh && cat profile.txt",
  69. "profclean": "rm -f v8.log profile.txt",
  70. "test": "npm run profclean && tap test/*.js",
  71. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  72. },
  73. "version": "4.5.3"
  74. }