1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "async@2.6.3",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "async@2.6.3",
|
---|
10 | "_id": "async@2.6.3",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
|
---|
13 | "_location": "/async",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "async@2.6.3",
|
---|
19 | "name": "async",
|
---|
20 | "escapedName": "async",
|
---|
21 | "rawSpec": "2.6.3",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.6.3"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/portfinder"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
|
---|
29 | "_spec": "2.6.3",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Caolan McMahon"
|
---|
33 | },
|
---|
34 | "bugs": {
|
---|
35 | "url": "https://github.com/caolan/async/issues"
|
---|
36 | },
|
---|
37 | "dependencies": {
|
---|
38 | "lodash": "^4.17.14"
|
---|
39 | },
|
---|
40 | "description": "Higher-order functions and common patterns for asynchronous code",
|
---|
41 | "devDependencies": {
|
---|
42 | "babel-cli": "^6.24.0",
|
---|
43 | "babel-core": "^6.26.3",
|
---|
44 | "babel-plugin-add-module-exports": "^0.2.1",
|
---|
45 | "babel-plugin-istanbul": "^2.0.1",
|
---|
46 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
---|
47 | "babel-preset-es2015": "^6.3.13",
|
---|
48 | "babel-preset-es2017": "^6.22.0",
|
---|
49 | "babelify": "^8.0.0",
|
---|
50 | "benchmark": "^2.1.1",
|
---|
51 | "bluebird": "^3.4.6",
|
---|
52 | "browserify": "^16.2.2",
|
---|
53 | "chai": "^4.1.2",
|
---|
54 | "cheerio": "^0.22.0",
|
---|
55 | "coveralls": "^3.0.1",
|
---|
56 | "es6-promise": "^2.3.0",
|
---|
57 | "eslint": "^2.13.1",
|
---|
58 | "fs-extra": "^0.26.7",
|
---|
59 | "gh-pages-deploy": "^0.5.0",
|
---|
60 | "jsdoc": "^3.4.0",
|
---|
61 | "karma": "^2.0.2",
|
---|
62 | "karma-browserify": "^5.2.0",
|
---|
63 | "karma-firefox-launcher": "^1.1.0",
|
---|
64 | "karma-mocha": "^1.2.0",
|
---|
65 | "karma-mocha-reporter": "^2.2.0",
|
---|
66 | "mocha": "^5.2.0",
|
---|
67 | "native-promise-only": "^0.8.0-a",
|
---|
68 | "nyc": "^11.8.0",
|
---|
69 | "rimraf": "^2.5.0",
|
---|
70 | "rollup": "^0.36.3",
|
---|
71 | "rollup-plugin-node-resolve": "^2.0.0",
|
---|
72 | "rollup-plugin-npm": "^2.0.0",
|
---|
73 | "rsvp": "^3.0.18",
|
---|
74 | "semver": "^5.5.0",
|
---|
75 | "uglify-js": "~2.7.3",
|
---|
76 | "yargs": "^11.0.0"
|
---|
77 | },
|
---|
78 | "gh-pages-deploy": {
|
---|
79 | "staticpath": "docs"
|
---|
80 | },
|
---|
81 | "homepage": "https://caolan.github.io/async/",
|
---|
82 | "keywords": [
|
---|
83 | "async",
|
---|
84 | "callback",
|
---|
85 | "module",
|
---|
86 | "utility"
|
---|
87 | ],
|
---|
88 | "license": "MIT",
|
---|
89 | "main": "dist/async.js",
|
---|
90 | "name": "async",
|
---|
91 | "nyc": {
|
---|
92 | "exclude": [
|
---|
93 | "mocha_test"
|
---|
94 | ]
|
---|
95 | },
|
---|
96 | "repository": {
|
---|
97 | "type": "git",
|
---|
98 | "url": "git+https://github.com/caolan/async.git"
|
---|
99 | },
|
---|
100 | "scripts": {
|
---|
101 | "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
|
---|
102 | "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
|
---|
103 | "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
|
---|
104 | "lint": "eslint lib/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/build/ support/*.js karma.conf.js",
|
---|
105 | "mocha-browser-test": "karma start",
|
---|
106 | "mocha-node-test": "mocha mocha_test/ --compilers js:babel-core/register",
|
---|
107 | "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
|
---|
108 | "test": "npm run lint && npm run mocha-node-test"
|
---|
109 | },
|
---|
110 | "version": "2.6.3"
|
---|
111 | }
|
---|