package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "[email protected]",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake"
  6. ]
  7. ],
  8. "_from": "utilities@>=1.0.0 <1.1.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/utilities",
  13. "_npmUser": {
  14. "email": "[email protected]",
  15. "name": "mde"
  16. },
  17. "_npmVersion": "1.4.23",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "utilities",
  21. "raw": "[email protected]",
  22. "rawSpec": "1.0.x",
  23. "scope": null,
  24. "spec": ">=1.0.0 <1.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/jake"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/utilities/-/utilities-1.0.4.tgz",
  31. "_shasum": "0c7bd13257cb3fad62c385c1a62ba66de213f150",
  32. "_shrinkwrap": null,
  33. "_spec": "[email protected]",
  34. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake",
  35. "author": {
  36. "email": "[email protected]",
  37. "name": "Matthew Eernisse",
  38. "url": "http://fleegix.org"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/mde/utilities/issues"
  42. },
  43. "dependencies": {},
  44. "description": "A classic collection of JavaScript utilities",
  45. "devDependencies": {
  46. "jake": "latest"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "0c7bd13257cb3fad62c385c1a62ba66de213f150",
  51. "tarball": "http://registry.npmjs.org/utilities/-/utilities-1.0.4.tgz"
  52. },
  53. "engines": {
  54. "node": "*"
  55. },
  56. "homepage": "https://github.com/mde/utilities",
  57. "keywords": [
  58. "geddy",
  59. "jake",
  60. "utilities",
  61. "utils"
  62. ],
  63. "main": "./lib/index.js",
  64. "maintainers": [
  65. {
  66. "name": "mde",
  67. "email": "[email protected]"
  68. }
  69. ],
  70. "name": "utilities",
  71. "optionalDependencies": {},
  72. "readme": "ERROR: No README data found!",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/mde/utilities.git"
  76. },
  77. "scripts": {
  78. "test": "jake test"
  79. },
  80. "version": "1.0.4"
  81. }