package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "async@~0.2.9",
  6. "scope": null,
  7. "escapedName": "async",
  8. "name": "async",
  9. "rawSpec": "~0.2.9",
  10. "spec": ">=0.2.9 <0.3.0",
  11. "type": "range"
  12. },
  13. "C:\\wamp\\www\\php\\www\\webapp\\o2o\\node_modules\\grunt-tmod"
  14. ]
  15. ],
  16. "_from": "async@>=0.2.9 <0.3.0",
  17. "_id": "async@0.2.10",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/async",
  21. "_npmUser": {
  22. "name": "caolan",
  23. "email": "caolan.mcmahon@gmail.com"
  24. },
  25. "_npmVersion": "1.3.2",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "async@~0.2.9",
  29. "scope": null,
  30. "escapedName": "async",
  31. "name": "async",
  32. "rawSpec": "~0.2.9",
  33. "spec": ">=0.2.9 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/grunt-tmod",
  38. "/tmodjs",
  39. "/uglify-js"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
  42. "_shasum": "b6bbe0b0674b9d719708ca38de8c237cb526c3d1",
  43. "_shrinkwrap": null,
  44. "_spec": "async@~0.2.9",
  45. "_where": "C:\\wamp\\www\\php\\www\\webapp\\o2o\\node_modules\\grunt-tmod",
  46. "author": {
  47. "name": "Caolan McMahon"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/caolan/async/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Higher-order functions and common patterns for asynchronous code",
  54. "devDependencies": {
  55. "nodelint": ">0.0.0",
  56. "nodeunit": ">0.0.0",
  57. "uglify-js": "1.2.x"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "b6bbe0b0674b9d719708ca38de8c237cb526c3d1",
  62. "tarball": "https://registry.npmjs.org/async/-/async-0.2.10.tgz"
  63. },
  64. "homepage": "https://github.com/caolan/async#readme",
  65. "jam": {
  66. "main": "lib/async.js",
  67. "include": [
  68. "lib/async.js",
  69. "README.md",
  70. "LICENSE"
  71. ]
  72. },
  73. "licenses": [
  74. {
  75. "type": "MIT",
  76. "url": "https://github.com/caolan/async/raw/master/LICENSE"
  77. }
  78. ],
  79. "main": "./lib/async",
  80. "maintainers": [
  81. {
  82. "name": "caolan",
  83. "email": "caolan@caolanmcmahon.com"
  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. "version": "0.2.10"
  97. }