Upsilon-VsCode/Client/node_modules/now-and-later/package.json

94 lines
2.3 KiB
JSON
Executable File

{
"_from": "now-and-later@^2.0.0",
"_id": "now-and-later@2.0.0",
"_inBundle": false,
"_integrity": "sha1-vGHLtFbXnLMiB85HygUTb/Ln1u4=",
"_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": [
"/vinyl-sourcemap"
],
"_resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.0.tgz",
"_shasum": "bc61cbb456d79cb32207ce47ca05136ff2e7d6ee",
"_spec": "now-and-later@^2.0.0",
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/vinyl-sourcemap",
"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.0"
}