wishthis/node_modules/now-and-later/package.json

98 lines
2.3 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"now-and-later@2.0.1",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_from": "now-and-later@2.0.1",
"_id": "now-and-later@2.0.1",
"_inBundle": false,
"_integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==",
"_location": "/now-and-later",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "now-and-later@2.0.1",
"name": "now-and-later",
"escapedName": "now-and-later",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/bach",
"/vinyl-sourcemap"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/gulpjs/now-and-later/issues"
},
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
2022-01-21 08:28:41 +00:00
"dependencies": {
"once": "^1.3.2"
},
2022-02-23 16:41:13 +00:00
"description": "Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.19.0",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mocha": "^2.4.5"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js",
"lib",
"LICENSE"
],
"homepage": "https://github.com/gulpjs/now-and-later#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"async",
"async.js",
"map",
"control",
"flow",
"extension",
"tracing",
"debug",
"aop",
"aspect",
"timing",
"tracing"
2022-02-23 16:41:13 +00:00
],
"license": "MIT",
"main": "index.js",
"name": "now-and-later",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/now-and-later.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint . && jscs index.js lib/ test/",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "2.0.1"
2022-01-21 08:28:41 +00:00
}