package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "[email protected]",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake"
  6. ]
  7. ],
  8. "_from": "async@>=0.9.0 <0.10.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/async",
  13. "_nodeVersion": "2.0.1",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "beaugunderson"
  17. },
  18. "_npmVersion": "2.9.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "async",
  22. "raw": "[email protected]",
  23. "rawSpec": "0.9.x",
  24. "scope": null,
  25. "spec": ">=0.9.0 <0.10.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/jake"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
  32. "_shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
  33. "_shrinkwrap": null,
  34. "_spec": "[email protected]",
  35. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/jake",
  36. "author": {
  37. "name": "Caolan McMahon"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/caolan/async/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Higher-order functions and common patterns for asynchronous code",
  44. "devDependencies": {
  45. "lodash": ">=2.4.1",
  46. "nodelint": ">0.0.0",
  47. "nodeunit": ">0.0.0",
  48. "uglify-js": "1.2.x"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
  53. "tarball": "http://registry.npmjs.org/async/-/async-0.9.2.tgz"
  54. },
  55. "gitHead": "de3a16091d5125384eff4a54deb3998b13c3814c",
  56. "homepage": "https://github.com/caolan/async#readme",
  57. "jam": {
  58. "categories": [
  59. "Utilities"
  60. ],
  61. "include": [
  62. "LICENSE",
  63. "README.md",
  64. "lib/async.js"
  65. ],
  66. "main": "lib/async.js"
  67. },
  68. "keywords": [
  69. "async",
  70. "callback",
  71. "module",
  72. "utility"
  73. ],
  74. "license": "MIT",
  75. "main": "lib/async.js",
  76. "maintainers": [
  77. {
  78. "name": "caolan",
  79. "email": "[email protected]"
  80. },
  81. {
  82. "name": "beaugunderson",
  83. "email": "[email protected]"
  84. }
  85. ],
  86. "name": "async",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/caolan/async.git"
  92. },
  93. "scripts": {
  94. "test": "nodeunit test/test-async.js"
  95. },
  96. "spm": {
  97. "main": "lib/async.js"
  98. },
  99. "version": "0.9.2",
  100. "volo": {
  101. "ignore": [
  102. "**/.*",
  103. "bower_components",
  104. "node_modules",
  105. "test",
  106. "tests"
  107. ],
  108. "main": "lib/async.js"
  109. }
  110. }