2020-05-26 18:17:24 +02:00

113 lines
3.0 KiB
JSON

{
"_args": [
[
"default-resolution@^2.0.0",
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/last-run"
]
],
"_from": "default-resolution@>=2.0.0 <3.0.0",
"_id": "default-resolution@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/default-resolution",
"_nodeVersion": "0.10.41",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/default-resolution-2.0.0.tgz_1465618960794_0.7021112279035151"
},
"_npmUser": {
"email": "blaine.bublitz@gmail.com",
"name": "phated"
},
"_npmVersion": "2.15.2",
"_phantomChildren": {},
"_requested": {
"name": "default-resolution",
"raw": "default-resolution@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/last-run"
],
"_resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz",
"_shasum": "bcb82baa72ad79b426a76732f1a81ad6df26d684",
"_shrinkwrap": null,
"_spec": "default-resolution@^2.0.0",
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/last-run",
"author": {
"email": "team@gulpjs.com",
"name": "Gulp Team",
"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"
},
"directories": {},
"dist": {
"shasum": "bcb82baa72ad79b426a76732f1a81ad6df26d684",
"tarball": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js",
"node-version.js"
],
"gitHead": "d99c198c64a02e1af2e5c490e25f8617982e3c31",
"homepage": "https://github.com/gulpjs/default-resolution#readme",
"keywords": [
"resolution",
"timing"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "phated",
"email": "blaine@iceddev.com"
}
],
"name": "default-resolution",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}