File: D:/HostingSpaces/SBogers10/bomacon.komma.pro/node_modules/cachedir/package.json
{
"_from": "cachedir@1.3.0",
"_id": "cachedir@1.3.0",
"_inBundle": false,
"_integrity": "sha512-O1ji32oyON9laVPJL1IZ5bmwd2cB46VfpxkDequezH+15FDzzVddEyrGEeX4WusDSqKxdyFdDQDEG1yo1GoWkg==",
"_location": "/cachedir",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cachedir@1.3.0",
"name": "cachedir",
"escapedName": "cachedir",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/cypress"
],
"_resolved": "https://registry.npmjs.org/cachedir/-/cachedir-1.3.0.tgz",
"_shasum": "5e01928bf2d95b5edd94b0942188246740e0dbc4",
"_spec": "cachedir@1.3.0",
"_where": "/Users/julesgraus/webDevelopment/Basic-Bomacon/node_modules/cypress",
"author": {
"name": "Linus Unnebäck",
"email": "linus@folkdatorn.se"
},
"bugs": {
"url": "https://github.com/LinusU/node-cachedir/issues"
},
"bundleDependencies": false,
"dependencies": {
"os-homedir": "^1.0.1"
},
"deprecated": false,
"description": "Provides a directory where the OS wants you to store cached files.",
"devDependencies": {
"mocha": "^4.1.0",
"proxyquire": "^1.7.4",
"standard": "^10.0.3"
},
"homepage": "https://github.com/LinusU/node-cachedir#readme",
"license": "MIT",
"main": "index.js",
"name": "cachedir",
"repository": {
"type": "git",
"url": "git+https://github.com/LinusU/node-cachedir.git"
},
"scripts": {
"test": "standard && mocha"
},
"version": "1.3.0"
}