blob: dbf9ff1c99da8543972072c391de36dc38b3dc20 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "now-and-later@^2.0.0",
3 "_id": "now-and-later@2.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==",
6 "_location": "/now-and-later",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "now-and-later@^2.0.0",
12 "name": "now-and-later",
13 "escapedName": "now-and-later",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/vinyl-sourcemap"
20 ],
21 "_resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
22 "_shasum": "8e579c8685764a7cc02cb680380e94f43ccb1f7c",
23 "_spec": "now-and-later@^2.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl-sourcemap",
25 "author": {
26 "name": "Gulp Team",
27 "email": "team@gulpjs.com",
28 "url": "http://gulpjs.com/"
29 },
30 "bugs": {
31 "url": "https://github.com/gulpjs/now-and-later/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Blaine Bublitz",
37 "email": "blaine.bublitz@gmail.com"
38 }
39 ],
40 "dependencies": {
41 "once": "^1.3.2"
42 },
43 "deprecated": false,
44 "description": "Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.",
45 "devDependencies": {
46 "eslint": "^1.7.3",
47 "eslint-config-gulp": "^2.0.0",
48 "expect": "^1.19.0",
49 "istanbul": "^0.4.3",
50 "istanbul-coveralls": "^1.0.3",
51 "jscs": "^2.3.5",
52 "jscs-preset-gulp": "^1.0.0",
53 "mocha": "^2.4.5"
54 },
55 "engines": {
56 "node": ">= 0.10"
57 },
58 "files": [
59 "index.js",
60 "lib",
61 "LICENSE"
62 ],
63 "homepage": "https://github.com/gulpjs/now-and-later#readme",
64 "keywords": [
65 "async",
66 "async.js",
67 "map",
68 "control",
69 "flow",
70 "extension",
71 "tracing",
72 "debug",
73 "aop",
74 "aspect",
75 "timing",
76 "tracing"
77 ],
78 "license": "MIT",
79 "main": "index.js",
80 "name": "now-and-later",
81 "repository": {
82 "type": "git",
83 "url": "git+https://github.com/gulpjs/now-and-later.git"
84 },
85 "scripts": {
86 "cover": "istanbul cover _mocha --report lcovonly",
87 "coveralls": "npm run cover && istanbul-coveralls",
88 "lint": "eslint . && jscs index.js lib/ test/",
89 "pretest": "npm run lint",
90 "test": "mocha --async-only"
91 },
92 "version": "2.0.1"
93}