File: /var/www/zaklada/html/node_modules/cache-swap/package.json
{
"_args": [
[
"cache-swap@0.3.0",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "cache-swap@0.3.0",
"_id": "cache-swap@0.3.0",
"_inBundle": false,
"_integrity": "sha1-HFQaoQilAQb2ML3Zj+HeyLoTP1E=",
"_location": "/cache-swap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cache-swap@0.3.0",
"name": "cache-swap",
"escapedName": "cache-swap",
"rawSpec": "0.3.0",
"saveSpec": null,
"fetchSpec": "0.3.0"
},
"_requiredBy": [
"/gulp-cache"
],
"_resolved": "https://registry.npmjs.org/cache-swap/-/cache-swap-0.3.0.tgz",
"_spec": "0.3.0",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Jacob Gable",
"email": "jacob.gable@gmail.com"
},
"bugs": {
"url": "https://github.com/jgable/cache-swap/issues"
},
"contributors": [
{
"name": "Shinnosuke Watanabe",
"email": "snnskwtnb@gmail.com",
"url": "https://github.com/shinnn"
}
],
"dependencies": {
"graceful-fs": "^4.1.2",
"mkdirp": "^0.5.1",
"object-assign": "^4.0.1",
"rimraf": "^2.4.0"
},
"description": "A simple temp file based swap for speeding up operations",
"devDependencies": {
"@shinnn/eslint-config-node-legacy": "^2.0.0",
"eslint": "^2.7.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"should": "^8.3.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jgable/cache-swap#readme",
"keywords": [
"cache",
"swap",
"temp",
"file"
],
"license": "MIT",
"name": "cache-swap",
"repository": {
"type": "git",
"url": "git+https://github.com/jgable/cache-swap.git"
},
"scripts": {
"coverage": "istanbul cover _mocha",
"pretest": "eslint --fix --config @shinnn/node-legacy index.js test.js",
"test": "mocha test.js",
"test-dot": "mocha test.js --reporter dot"
},
"version": "0.3.0"
}