r3-v2/node_modules/last-run/package.json

86 lines
2.1 KiB
JSON

{
"_from": "last-run@^1.1.0",
"_id": "last-run@1.1.1",
"_inBundle": false,
"_integrity": "sha1-RblpQsF7HHnHchmCWbqUO+v4yls=",
"_location": "/last-run",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "last-run@^1.1.0",
"name": "last-run",
"escapedName": "last-run",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/undertaker"
],
"_resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz",
"_shasum": "45b96942c17b1c79c772198259ba943bebf8ca5b",
"_spec": "last-run@^1.1.0",
"_where": "/usr/share/r3-server/beta/r3/node_modules/undertaker",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/last-run/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"dependencies": {
"default-resolution": "^2.0.0",
"es6-weak-map": "^2.0.1"
},
"deprecated": false,
"description": "Capture and retrieve the last time a function was run",
"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": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/gulpjs/last-run#readme",
"keywords": [
"execution",
"function",
"last run",
"timing"
],
"license": "MIT",
"main": "index.js",
"name": "last-run",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/last-run.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint . && jscs index.js test/",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "1.1.1"
}