UNPKG

pnpm

Version:

A fast implementation of npm install

104 lines (103 loc) 2.54 kB
{ "_args": [ [ { "raw": "cache-manager@2.1.2", "scope": null, "escapedName": "cache-manager", "name": "cache-manager", "rawSpec": "2.1.2", "spec": "2.1.2", "type": "version" }, "/home/zkochan/src/pnpm" ] ], "_from": "cache-manager@2.1.2", "_id": "cache-manager@2.1.2", "_inCache": true, "_location": "/cache-manager", "_nodeVersion": "5.4.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/cache-manager-2.1.2.tgz_1465404782912_0.24503697198815644" }, "_npmUser": { "name": "bryandonovan", "email": "bdondo@gmail.com" }, "_npmVersion": "3.8.6", "_phantomChildren": {}, "_requested": { "raw": "cache-manager@2.1.2", "scope": null, "escapedName": "cache-manager", "name": "cache-manager", "rawSpec": "2.1.2", "spec": "2.1.2", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/cache-manager/-/cache-manager-2.1.2.tgz", "_shasum": "837866fa9438e9c86167399ec67c8a6363523219", "_shrinkwrap": null, "_spec": "cache-manager@2.1.2", "_where": "/home/zkochan/src/pnpm", "author": { "name": "Bryan Donovan" }, "bugs": { "url": "https://github.com/BryanDonovan/node-cache-manager/issues" }, "dependencies": { "async": "1.5.2", "lru-cache": "4.0.0" }, "description": "Cache module for Node.js", "devDependencies": { "coveralls": "^2.3.0", "es6-promise": "^3.0.2", "istanbul": "0.4.2", "jscs": "2.11.0", "jsdoc": "3.3.0", "jshint": "2.9.1", "mocha": "2.4.5", "optimist": "0.6.1", "sinon": "1.17.3" }, "directories": {}, "dist": { "shasum": "837866fa9438e9c86167399ec67c8a6363523219", "tarball": "https://registry.npmjs.org/cache-manager/-/cache-manager-2.1.2.tgz" }, "gitHead": "6751c105d05c4091f37ce7b889044cfdccb93783", "homepage": "https://github.com/BryanDonovan/node-cache-manager#readme", "keywords": [ "cache", "redis", "lru-cache", "memory cache", "multiple cache" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "bryandonovan", "email": "bdondo@gmail.com" } ], "name": "cache-manager", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/BryanDonovan/node-cache-manager.git" }, "scripts": { "test": "make" }, "version": "2.1.2" }