initial commit
This commit is contained in:
85
node_modules/default-resolution/package.json
generated
vendored
Normal file
85
node_modules/default-resolution/package.json
generated
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"_from": "default-resolution@^2.0.0",
|
||||
"_id": "default-resolution@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-vLgrqnKtebQmp2cy8aga1t8m1oQ=",
|
||||
"_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.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz",
|
||||
"_shasum": "bcb82baa72ad79b426a76732f1a81ad6df26d684",
|
||||
"_spec": "default-resolution@^2.0.0",
|
||||
"_where": "D:\\Air66 Files\\dev_sites\\www.airurl.dev.cc\\user\\plugins\\air66Theme\\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"
|
||||
}
|
||||
Reference in New Issue
Block a user