90 lines
2.3 KiB
JSON
90 lines
2.3 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"default-resolution@2.0.0",
|
||
|
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "default-resolution@2.0.0",
|
||
|
"_id": "default-resolution@2.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-vLgrqnKtebQmp2cy8aga1t8m1oQ=",
|
||
|
"_location": "/default-resolution",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "default-resolution@2.0.0",
|
||
|
"name": "default-resolution",
|
||
|
"escapedName": "default-resolution",
|
||
|
"rawSpec": "2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/last-run"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz",
|
||
|
"_spec": "2.0.0",
|
||
|
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
|
||
|
"author": {
|
||
|
"name": "Gulp Team",
|
||
|
"email": "team@gulpjs.com",
|
||
|
"url": "http://gulpjs.com/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/gulpjs/default-resolution/issues"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Blaine Bublitz",
|
||
|
"email": "blaine.bublitz@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Damien Lebrun",
|
||
|
"email": "dinoboff@hotmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"description": "Get the default resolution time based on the current node version, optionally overridable",
|
||
|
"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.4.0",
|
||
|
"jscs-preset-gulp": "^1.0.0",
|
||
|
"mocha": "^2.4.5"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10"
|
||
|
},
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"index.js",
|
||
|
"node-version.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/gulpjs/default-resolution#readme",
|
||
|
"keywords": [
|
||
|
"resolution",
|
||
|
"timing"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "default-resolution",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/gulpjs/default-resolution.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"cover": "istanbul cover _mocha --report lcovonly",
|
||
|
"coveralls": "npm run cover && istanbul-coveralls",
|
||
|
"lint": "eslint . && jscs index.js node-version.js test/",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "mocha --async-only"
|
||
|
},
|
||
|
"version": "2.0.0"
|
||
|
}
|