package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "glob@^4.3.1",
  6. "scope": null,
  7. "escapedName": "glob",
  8. "name": "glob",
  9. "rawSpec": "^4.3.1",
  10. "spec": ">=4.3.1 <5.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": "glob@>=4.3.1 <5.0.0",
  17. "_id": "glob@4.5.3",
  18. "_inCache": true,
  19. "_location": "/glob",
  20. "_nodeVersion": "1.4.2",
  21. "_npmUser": {
  22. "name": "isaacs",
  23. "email": "i@izs.me"
  24. },
  25. "_npmVersion": "2.7.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "glob@^4.3.1",
  29. "scope": null,
  30. "escapedName": "glob",
  31. "name": "glob",
  32. "rawSpec": "^4.3.1",
  33. "spec": ">=4.3.1 <5.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/glob-stream"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
  40. "_shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
  41. "_shrinkwrap": null,
  42. "_spec": "glob@^4.3.1",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/glob-stream",
  44. "author": {
  45. "name": "Isaac Z. Schlueter",
  46. "email": "i@izs.me",
  47. "url": "http://blog.izs.me/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/isaacs/node-glob/issues"
  51. },
  52. "dependencies": {
  53. "inflight": "^1.0.4",
  54. "inherits": "2",
  55. "minimatch": "^2.0.1",
  56. "once": "^1.3.0"
  57. },
  58. "description": "a little globber",
  59. "devDependencies": {
  60. "mkdirp": "0",
  61. "rimraf": "^2.2.8",
  62. "tap": "^0.5.0",
  63. "tick": "0.0.6"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
  68. "tarball": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz"
  69. },
  70. "engines": {
  71. "node": "*"
  72. },
  73. "files": [
  74. "glob.js",
  75. "sync.js",
  76. "common.js"
  77. ],
  78. "gitHead": "a4e461ab59a837eee80a4d8dbdbf5ae1054a646f",
  79. "homepage": "https://github.com/isaacs/node-glob",
  80. "license": "ISC",
  81. "main": "glob.js",
  82. "maintainers": [
  83. {
  84. "name": "isaacs",
  85. "email": "i@izs.me"
  86. }
  87. ],
  88. "name": "glob",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/isaacs/node-glob.git"
  94. },
  95. "scripts": {
  96. "bench": "bash benchmark.sh",
  97. "benchclean": "bash benchclean.sh",
  98. "prepublish": "npm run benchclean",
  99. "prof": "bash prof.sh && cat profile.txt",
  100. "profclean": "rm -f v8.log profile.txt",
  101. "test": "npm run profclean && tap test/*.js",
  102. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  103. },
  104. "version": "4.5.3"
  105. }