package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "async@1.5.2",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async@1.5.2",
  10. "_id": "async@1.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
  13. "_location": "/async",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "async@1.5.2",
  19. "name": "async",
  20. "escapedName": "async",
  21. "rawSpec": "1.5.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.2"
  24. },
  25. "_requiredBy": [
  26. "/portfinder"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/async/download/async-1.5.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fasync%2Fdownload%2Fasync-1.5.2.tgz",
  29. "_spec": "1.5.2",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Caolan McMahon"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/caolan/async/issues"
  36. },
  37. "description": "Higher-order functions and common patterns for asynchronous code",
  38. "devDependencies": {
  39. "benchmark": "github:bestiejs/benchmark.js",
  40. "bluebird": "^2.9.32",
  41. "chai": "^3.1.0",
  42. "coveralls": "^2.11.2",
  43. "es6-promise": "^2.3.0",
  44. "jscs": "^1.13.1",
  45. "jshint": "~2.8.0",
  46. "karma": "^0.13.2",
  47. "karma-browserify": "^4.2.1",
  48. "karma-firefox-launcher": "^0.1.6",
  49. "karma-mocha": "^0.2.0",
  50. "karma-mocha-reporter": "^1.0.2",
  51. "lodash": "^3.9.0",
  52. "mkdirp": "~0.5.1",
  53. "mocha": "^2.2.5",
  54. "native-promise-only": "^0.8.0-a",
  55. "nodeunit": ">0.0.0",
  56. "nyc": "^2.1.0",
  57. "rsvp": "^3.0.18",
  58. "semver": "^4.3.6",
  59. "uglify-js": "~2.4.0",
  60. "xyz": "^0.5.0",
  61. "yargs": "~3.9.1"
  62. },
  63. "files": [
  64. "lib",
  65. "dist/async.js",
  66. "dist/async.min.js"
  67. ],
  68. "homepage": "https://github.com/caolan/async#readme",
  69. "jam": {
  70. "main": "lib/async.js",
  71. "include": [
  72. "lib/async.js",
  73. "README.md",
  74. "LICENSE"
  75. ],
  76. "categories": [
  77. "Utilities"
  78. ]
  79. },
  80. "keywords": [
  81. "async",
  82. "callback",
  83. "utility",
  84. "module"
  85. ],
  86. "license": "MIT",
  87. "main": "lib/async.js",
  88. "name": "async",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/caolan/async.git"
  92. },
  93. "scripts": {
  94. "coverage": "nyc npm test && nyc report",
  95. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  96. "lint": "jshint lib/*.js test/*.js perf/*.js && jscs lib/*.js test/*.js perf/*.js",
  97. "mocha-browser-test": "karma start",
  98. "mocha-node-test": "mocha mocha_test/",
  99. "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
  100. "nodeunit-test": "nodeunit test/test-async.js",
  101. "test": "npm run-script lint && npm run nodeunit-test && npm run mocha-test"
  102. },
  103. "spm": {
  104. "main": "lib/async.js"
  105. },
  106. "version": "1.5.2",
  107. "volo": {
  108. "main": "lib/async.js",
  109. "ignore": [
  110. "**/.*",
  111. "node_modules",
  112. "bower_components",
  113. "test",
  114. "tests"
  115. ]
  116. }
  117. }