package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "glob",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build"
  6. ]
  7. ],
  8. "_from": "glob@*",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/glob",
  13. "_nodeVersion": "4.0.0",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "isaacs"
  17. },
  18. "_npmVersion": "3.3.2",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "glob",
  22. "raw": "glob",
  23. "rawSpec": "",
  24. "scope": null,
  25. "spec": "*",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/",
  30. "/rimraf",
  31. "/tslint"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.3.tgz",
  34. "_shasum": "5f02cd89587ce58b154ae0855de02a2e63986fca",
  35. "_shrinkwrap": null,
  36. "_spec": "glob",
  37. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build",
  38. "author": {
  39. "email": "[email protected]",
  40. "name": "Isaac Z. Schlueter",
  41. "url": "http://blog.izs.me/"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/isaacs/node-glob/issues"
  45. },
  46. "dependencies": {
  47. "inflight": "^1.0.4",
  48. "inherits": "2",
  49. "minimatch": "2 || 3",
  50. "once": "^1.3.0",
  51. "path-is-absolute": "^1.0.0"
  52. },
  53. "description": "a little globber",
  54. "devDependencies": {
  55. "mkdirp": "0",
  56. "rimraf": "^2.2.8",
  57. "tap": "^1.1.4",
  58. "tick": "0.0.6"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "5f02cd89587ce58b154ae0855de02a2e63986fca",
  63. "tarball": "http://registry.npmjs.org/glob/-/glob-6.0.3.tgz"
  64. },
  65. "engines": {
  66. "node": "*"
  67. },
  68. "files": [
  69. "common.js",
  70. "glob.js",
  71. "sync.js"
  72. ],
  73. "gitHead": "dd5b255ff9b161d23f81c4d0a381ca46a97d049a",
  74. "homepage": "https://github.com/isaacs/node-glob#readme",
  75. "license": "ISC",
  76. "main": "glob.js",
  77. "maintainers": [
  78. {
  79. "name": "isaacs",
  80. "email": "[email protected]"
  81. }
  82. ],
  83. "name": "glob",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/isaacs/node-glob.git"
  89. },
  90. "scripts": {
  91. "bench": "bash benchmark.sh",
  92. "benchclean": "node benchclean.js",
  93. "prepublish": "npm run benchclean",
  94. "prof": "bash prof.sh && cat profile.txt",
  95. "profclean": "rm -f v8.log profile.txt",
  96. "test": "tap test/*.js --cov",
  97. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  98. },
  99. "version": "6.0.3"
  100. }