File: /var/www/zaklada/html/node_modules/gulp-cache/package.json
{
"_args": [
[
"gulp-cache@0.4.6",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "gulp-cache@0.4.6",
"_id": "gulp-cache@0.4.6",
"_inBundle": false,
"_integrity": "sha1-LQO1LbT2pVOuHVvvAeSD6Qfp95Y=",
"_location": "/gulp-cache",
"_phantomChildren": {
"clone": "1.0.4",
"clone-stats": "0.0.1",
"replace-ext": "0.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-cache@0.4.6",
"name": "gulp-cache",
"escapedName": "gulp-cache",
"rawSpec": "0.4.6",
"saveSpec": null,
"fetchSpec": "0.4.6"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-cache/-/gulp-cache-0.4.6.tgz",
"_spec": "0.4.6",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Jacob Gable",
"email": "jacob.gable@gmail.com",
"url": "http://jacobgable.com"
},
"bugs": {
"url": "https://github.com/jgable/gulp-cache/issues"
},
"contributors": [
{
"name": "Tyler Akins",
"email": "fidian@rumkin.com",
"url": "https://github.com/fidian"
},
{
"name": "Shinnosuke Watanabe",
"email": "snnskwtnb@gmail.com",
"url": "https://github.com/shinnn"
}
],
"dependencies": {
"bluebird": "^3.0.5",
"cache-swap": "^0.3.0",
"gulp-util": "^3.0.7",
"object-assign": "^4.0.1",
"object.omit": "^2.0.0",
"object.pick": "^1.1.1",
"readable-stream": "^2.0.4",
"try-json-parse": "^0.1.1",
"vinyl": "^1.1.0"
},
"description": "A cache proxy plugin for Gulp",
"devDependencies": {
"@shinnn/eslint-config-node-legacy": "^1.0.0",
"eslint": "^1.10.2",
"istanbul": "^0.4.1",
"lodash": "^4.1.0",
"mocha": "^2.3.4",
"should": "^8.2.1",
"sinon": "^1.17.2",
"through2": "^2.0.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/jgable/gulp-cache#readme",
"keywords": [
"gulpplugin",
"gulp",
"cache"
],
"license": "MIT",
"name": "gulp-cache",
"repository": {
"type": "git",
"url": "git+https://github.com/jgable/gulp-cache.git"
},
"scripts": {
"coverage": "istanbul cover _mocha test.js",
"pretest": "eslint --config @shinnn/node-legacy --rule 'no-underscore-dangle: 0' --rule 'no-warning-comments: 0' index.js lib test.js",
"test": "_mocha test.js"
},
"version": "0.4.6"
}