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