package.json 1.8 KB

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