95 lines
2.4 KiB
JSON
95 lines
2.4 KiB
JSON
{
|
|
"_from": "now-and-later@^2.0.0",
|
|
"_id": "now-and-later@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==",
|
|
"_location": "/now-and-later",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "now-and-later@^2.0.0",
|
|
"name": "now-and-later",
|
|
"escapedName": "now-and-later",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/bach",
|
|
"/vinyl-sourcemap"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
|
|
"_shasum": "8e579c8685764a7cc02cb680380e94f43ccb1f7c",
|
|
"_spec": "now-and-later@^2.0.0",
|
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/bach",
|
|
"author": {
|
|
"name": "Gulp Team",
|
|
"email": "team@gulpjs.com",
|
|
"url": "http://gulpjs.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gulpjs/now-and-later/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine.bublitz@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"once": "^1.3.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/gulpjs/now-and-later#readme",
|
|
"keywords": [
|
|
"async",
|
|
"async.js",
|
|
"map",
|
|
"control",
|
|
"flow",
|
|
"extension",
|
|
"tracing",
|
|
"debug",
|
|
"aop",
|
|
"aspect",
|
|
"timing",
|
|
"tracing"
|
|
],
|
|
"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"
|
|
}
|