1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "asynckit@0.4.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "asynckit@0.4.0",
|
---|
10 | "_id": "asynckit@0.4.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
|
---|
13 | "_location": "/asynckit",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "asynckit@0.4.0",
|
---|
19 | "name": "asynckit",
|
---|
20 | "escapedName": "asynckit",
|
---|
21 | "rawSpec": "0.4.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "0.4.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/form-data"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
---|
29 | "_spec": "0.4.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Alex Indigo",
|
---|
33 | "email": "iam@alexindigo.com"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/alexindigo/asynckit/issues"
|
---|
37 | },
|
---|
38 | "dependencies": {},
|
---|
39 | "description": "Minimal async jobs utility library, with streams support",
|
---|
40 | "devDependencies": {
|
---|
41 | "browserify": "^13.0.0",
|
---|
42 | "browserify-istanbul": "^2.0.0",
|
---|
43 | "coveralls": "^2.11.9",
|
---|
44 | "eslint": "^2.9.0",
|
---|
45 | "istanbul": "^0.4.3",
|
---|
46 | "obake": "^0.1.2",
|
---|
47 | "phantomjs-prebuilt": "^2.1.7",
|
---|
48 | "pre-commit": "^1.1.3",
|
---|
49 | "reamde": "^1.1.0",
|
---|
50 | "rimraf": "^2.5.2",
|
---|
51 | "size-table": "^0.2.0",
|
---|
52 | "tap-spec": "^4.1.1",
|
---|
53 | "tape": "^4.5.1"
|
---|
54 | },
|
---|
55 | "homepage": "https://github.com/alexindigo/asynckit#readme",
|
---|
56 | "keywords": [
|
---|
57 | "async",
|
---|
58 | "jobs",
|
---|
59 | "parallel",
|
---|
60 | "serial",
|
---|
61 | "iterator",
|
---|
62 | "array",
|
---|
63 | "object",
|
---|
64 | "stream",
|
---|
65 | "destroy",
|
---|
66 | "terminate",
|
---|
67 | "abort"
|
---|
68 | ],
|
---|
69 | "license": "MIT",
|
---|
70 | "main": "index.js",
|
---|
71 | "name": "asynckit",
|
---|
72 | "pre-commit": [
|
---|
73 | "clean",
|
---|
74 | "lint",
|
---|
75 | "test",
|
---|
76 | "browser",
|
---|
77 | "report",
|
---|
78 | "size"
|
---|
79 | ],
|
---|
80 | "repository": {
|
---|
81 | "type": "git",
|
---|
82 | "url": "git+https://github.com/alexindigo/asynckit.git"
|
---|
83 | },
|
---|
84 | "scripts": {
|
---|
85 | "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
|
---|
86 | "clean": "rimraf coverage",
|
---|
87 | "debug": "tape test/test-*.js",
|
---|
88 | "lint": "eslint *.js lib/*.js test/*.js",
|
---|
89 | "report": "istanbul report",
|
---|
90 | "size": "browserify index.js | size-table asynckit",
|
---|
91 | "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
|
---|
92 | "win-test": "tape test/test-*.js"
|
---|
93 | },
|
---|
94 | "version": "0.4.0"
|
---|
95 | }
|
---|