You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.4 KiB
85 lines
2.4 KiB
{
|
|
"_from": "default-resolution@^2.0.0",
|
|
"_id": "default-resolution@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2xaP6GiwVwOEbXCGoJ4ufgC76m8cj805jrghScewJC2ZDsb9U0b4BIrba+xt/Uytyd0HvQ6+WymSRTfnYj59GQ==",
|
|
"_location": "/default-resolution",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"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.npmmirror.com/default-resolution/-/default-resolution-2.0.0.tgz",
|
|
"_shasum": "bcb82baa72ad79b426a76732f1a81ad6df26d684",
|
|
"_spec": "default-resolution@^2.0.0",
|
|
"_where": "D:\\上海富维东阳工作\\设备管理\\ABP-MicroService-master\\AuthServer\\IdentityServer\\AuthServer.Host\\node_modules\\last-run",
|
|
"author": {
|
|
"name": "Gulp Team",
|
|
"email": "team@gulpjs.com",
|
|
"url": "http://gulpjs.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gulpjs/default-resolution/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine.bublitz@gmail.com"
|
|
},
|
|
{
|
|
"name": "Damien Lebrun",
|
|
"email": "dinoboff@hotmail.com"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|
|
|