package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "[email protected]",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake"
  6. ]
  7. ],
  8. "_from": "filelist@>=0.0.0 <0.1.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/filelist",
  13. "_nodeVersion": "0.10.33",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "mde"
  17. },
  18. "_npmVersion": "2.1.11",
  19. "_phantomChildren": {
  20. "lru-cache": "2.7.3",
  21. "sigmund": "1.0.1"
  22. },
  23. "_requested": {
  24. "name": "filelist",
  25. "raw": "[email protected]",
  26. "rawSpec": "0.0.x",
  27. "scope": null,
  28. "spec": ">=0.0.0 <0.1.0",
  29. "type": "range"
  30. },
  31. "_requiredBy": [
  32. "/jake"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/filelist/-/filelist-0.0.4.tgz",
  35. "_shasum": "d7d65a03748b788906676996fc45a0c680ded8d5",
  36. "_shrinkwrap": null,
  37. "_spec": "[email protected]",
  38. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake",
  39. "author": {
  40. "email": "[email protected]",
  41. "name": "Matthew Eernisse",
  42. "url": "http://fleegix.org"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/mde/filelist/issues"
  46. },
  47. "dependencies": {
  48. "minimatch": "0.3.0",
  49. "utilities": "0.0.37"
  50. },
  51. "description": "Lazy-evaluating list of files, based on globs or regex patterns",
  52. "devDependencies": {},
  53. "directories": {},
  54. "dist": {
  55. "shasum": "d7d65a03748b788906676996fc45a0c680ded8d5",
  56. "tarball": "http://registry.npmjs.org/filelist/-/filelist-0.0.4.tgz"
  57. },
  58. "homepage": "https://github.com/mde/filelist",
  59. "keywords": [
  60. "file",
  61. "glob",
  62. "utility"
  63. ],
  64. "license": "Apache 2",
  65. "main": "index.js",
  66. "maintainers": [
  67. {
  68. "name": "mde",
  69. "email": "[email protected]"
  70. }
  71. ],
  72. "name": "filelist",
  73. "optionalDependencies": {},
  74. "readme": "ERROR: No README data found!",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/mde/filelist.git"
  78. },
  79. "scripts": {
  80. "test": "echo \"Error: no test specified\" && exit 1"
  81. },
  82. "version": "0.0.4"
  83. }