package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "async@~1.0.0",
  6. "scope": null,
  7. "escapedName": "async",
  8. "name": "async",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/winston"
  14. ]
  15. ],
  16. "_from": "async@>=1.0.0 <1.1.0",
  17. "_id": "async@1.0.0",
  18. "_inCache": true,
  19. "_location": "/async",
  20. "_nodeVersion": "0.12.3",
  21. "_npmUser": {
  22. "name": "aearly",
  23. "email": "alexander.early@gmail.com"
  24. },
  25. "_npmVersion": "2.9.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "async@~1.0.0",
  29. "scope": null,
  30. "escapedName": "async",
  31. "name": "async",
  32. "rawSpec": "~1.0.0",
  33. "spec": ">=1.0.0 <1.1.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/winston"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
  40. "_shasum": "f8fc04ca3a13784ade9e1641af98578cfbd647a9",
  41. "_shrinkwrap": null,
  42. "_spec": "async@~1.0.0",
  43. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/winston",
  44. "author": {
  45. "name": "Caolan McMahon"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/caolan/async/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Higher-order functions and common patterns for asynchronous code",
  52. "devDependencies": {
  53. "benchmark": "~1.0.0",
  54. "jshint": "~2.7.0",
  55. "lodash": ">=2.4.1",
  56. "mkdirp": "~0.5.1",
  57. "nodeunit": ">0.0.0",
  58. "uglify-js": "1.2.x"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "f8fc04ca3a13784ade9e1641af98578cfbd647a9",
  63. "tarball": "https://registry.npmjs.org/async/-/async-1.0.0.tgz"
  64. },
  65. "gitHead": "cfa81645c9cb4011b23d1d1a445ad855762568e0",
  66. "homepage": "https://github.com/caolan/async#readme",
  67. "jam": {
  68. "main": "lib/async.js",
  69. "include": [
  70. "lib/async.js",
  71. "README.md",
  72. "LICENSE"
  73. ],
  74. "categories": [
  75. "Utilities"
  76. ]
  77. },
  78. "keywords": [
  79. "async",
  80. "callback",
  81. "utility",
  82. "module"
  83. ],
  84. "license": "MIT",
  85. "main": "lib/async.js",
  86. "maintainers": [
  87. {
  88. "name": "caolan",
  89. "email": "caolan.mcmahon@gmail.com"
  90. },
  91. {
  92. "name": "beaugunderson",
  93. "email": "beau@beaugunderson.com"
  94. },
  95. {
  96. "name": "aearly",
  97. "email": "alexander.early@gmail.com"
  98. }
  99. ],
  100. "name": "async",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/caolan/async.git"
  106. },
  107. "scripts": {
  108. "lint": "jshint lib/*.js test/*.js perf/*.js",
  109. "test": "npm run-script lint && nodeunit test/test-async.js"
  110. },
  111. "spm": {
  112. "main": "lib/async.js"
  113. },
  114. "version": "1.0.0",
  115. "volo": {
  116. "main": "lib/async.js",
  117. "ignore": [
  118. "**/.*",
  119. "node_modules",
  120. "bower_components",
  121. "test",
  122. "tests"
  123. ]
  124. }
  125. }