root / HServer / 00.Server / 00.Program / node_modules / async / package.json
이력 | 보기 | 이력해설 | 다운로드 (3.18 KB)
1 | 39 | HKM | { |
---|---|---|---|
2 | "_args": [
|
||
3 | [ |
||
4 | "async@2.1.4",
|
||
5 | "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
||
6 | ] |
||
7 | ], |
||
8 | "_from": "async@2.1.4", |
||
9 | "_id": "async@2.1.4", |
||
10 | "_inBundle": false, |
||
11 | "_integrity": "sha1-LSFgx3iAMuTdbL4lAvH5osj2zeQ=", |
||
12 | "_location": "/async", |
||
13 | "_phantomChildren": {},
|
||
14 | "_requested": {
|
||
15 | "type": "version", |
||
16 | "registry": true, |
||
17 | "raw": "async@2.1.4", |
||
18 | "name": "async", |
||
19 | "escapedName": "async", |
||
20 | "rawSpec": "2.1.4", |
||
21 | "saveSpec": null, |
||
22 | "fetchSpec": "2.1.4" |
||
23 | }, |
||
24 | "_requiredBy": [
|
||
25 | "/mongoose"
|
||
26 | ], |
||
27 | "_resolved": "https://registry.npmjs.org/async/-/async-2.1.4.tgz", |
||
28 | "_spec": "2.1.4", |
||
29 | "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
||
30 | "author": {
|
||
31 | "name": "Caolan McMahon" |
||
32 | }, |
||
33 | "bugs": {
|
||
34 | "url": "https://github.com/caolan/async/issues" |
||
35 | }, |
||
36 | "dependencies": {
|
||
37 | "lodash": "^4.14.0" |
||
38 | }, |
||
39 | "description": "Higher-order functions and common patterns for asynchronous code", |
||
40 | "devDependencies": {
|
||
41 | "babel-cli": "^6.16.0", |
||
42 | "babel-core": "^6.3.26", |
||
43 | "babel-plugin-add-module-exports": "^0.2.1", |
||
44 | "babel-plugin-istanbul": "^2.0.1", |
||
45 | "babel-plugin-transform-es2015-modules-commonjs": "^6.3.16", |
||
46 | "babel-preset-es2015": "^6.3.13", |
||
47 | "babelify": "^7.2.0", |
||
48 | "benchmark": "^2.1.1", |
||
49 | "bluebird": "^3.4.6", |
||
50 | "chai": "^3.1.0", |
||
51 | "cheerio": "^0.22.0", |
||
52 | "coveralls": "^2.11.2", |
||
53 | "es6-promise": "^2.3.0", |
||
54 | "eslint": "^2.13.1", |
||
55 | "fs-extra": "^0.26.7", |
||
56 | "gh-pages-deploy": "^0.4.2", |
||
57 | "jsdoc": "^3.4.0", |
||
58 | "karma": "^1.3.0", |
||
59 | "karma-browserify": "^5.1.0", |
||
60 | "karma-firefox-launcher": "^1.0.0", |
||
61 | "karma-mocha": "^1.2.0", |
||
62 | "karma-mocha-reporter": "^2.2.0", |
||
63 | "mocha": "^3.1.2", |
||
64 | "native-promise-only": "^0.8.0-a", |
||
65 | "nyc": "^7.0.0", |
||
66 | "recursive-readdir": "^1.3.0", |
||
67 | "rimraf": "^2.5.0", |
||
68 | "rollup": "^0.36.3", |
||
69 | "rollup-plugin-node-resolve": "^2.0.0", |
||
70 | "rollup-plugin-npm": "^2.0.0", |
||
71 | "rsvp": "^3.0.18", |
||
72 | "semver": "^4.3.6", |
||
73 | "uglify-js": "~2.7.3", |
||
74 | "vinyl-buffer": "^1.0.0", |
||
75 | "vinyl-source-stream": "^1.1.0", |
||
76 | "watchify": "^3.7.0", |
||
77 | "yargs": "~3.9.1" |
||
78 | }, |
||
79 | "gh-pages-deploy": {
|
||
80 | "staticpath": "docs" |
||
81 | }, |
||
82 | "homepage": "https://github.com/caolan/async#readme", |
||
83 | "keywords": [
|
||
84 | "async",
|
||
85 | "callback",
|
||
86 | "module",
|
||
87 | "utility"
|
||
88 | ], |
||
89 | "license": "MIT", |
||
90 | "main": "dist/async.js", |
||
91 | "name": "async", |
||
92 | "nyc": {
|
||
93 | "exclude": [
|
||
94 | "mocha_test"
|
||
95 | ] |
||
96 | }, |
||
97 | "repository": {
|
||
98 | "type": "git", |
||
99 | "url": "git+https://github.com/caolan/async.git" |
||
100 | }, |
||
101 | "scripts": {
|
||
102 | "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert", |
||
103 | "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", |
||
104 | "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js", |
||
105 | "lint": "eslint lib/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/build/ support/*.js karma.conf.js", |
||
106 | "mocha-browser-test": "karma start", |
||
107 | "mocha-node-test": "mocha mocha_test/ --compilers js:babel-core/register", |
||
108 | "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test", |
||
109 | "test": "npm run lint && npm run mocha-node-test" |
||
110 | }, |
||
111 | "version": "2.1.4" |
||
112 | } |