Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

117 řádky
2.9 KiB

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