123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "_args": [
- [
- "node-cache@4.2.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "node-cache@4.2.0",
- "_id": "node-cache@4.2.0",
- "_inBundle": false,
- "_integrity": "sha1-SKx5aodOdiWCaSAEo3bSbfqHWBE=",
- "_location": "/node-cache",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "node-cache@4.2.0",
- "name": "node-cache",
- "escapedName": "node-cache",
- "rawSpec": "4.2.0",
- "saveSpec": null,
- "fetchSpec": "4.2.0"
- },
- "_requiredBy": [
- "/vue-jest"
- ],
- "_resolved": "https://registry.npm.taobao.org/node-cache/download/node-cache-4.2.0.tgz",
- "_spec": "4.2.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "mpneuried",
- "email": "mp@tcs.de"
- },
- "bugs": {
- "url": "https://github.com/mpneuried/nodecache/issues"
- },
- "dependencies": {
- "clone": "2.x",
- "lodash": "4.x"
- },
- "description": "Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.",
- "devDependencies": {
- "@types/node": "^8.9.4",
- "coffee-coverage": "1.x",
- "coffee-script": "1.x",
- "coveralls": "2.x",
- "grunt": "0.4.x",
- "grunt-banner": "0.6.x",
- "grunt-cli": "^1.2.0",
- "grunt-contrib-clean": "1.0.x",
- "grunt-contrib-coffee": "1.0.x",
- "grunt-contrib-watch": "1.x",
- "grunt-include-replace": "3.2.x",
- "grunt-mocha-cli": "2.x",
- "grunt-regarde": "0.1.x",
- "grunt-run": "0.5.x",
- "istanbul": "0.x",
- "mocha": "3.x",
- "should": "11.x",
- "typescript": "^2.6.1"
- },
- "engines": {
- "node": ">= 0.4.6"
- },
- "homepage": "https://github.com/mpneuried/nodecache",
- "keywords": [
- "cache",
- "caching",
- "local",
- "variable",
- "multi",
- "memory",
- "internal",
- "node",
- "memcached",
- "object"
- ],
- "license": "MIT",
- "main": "./index.js",
- "maintainers": [
- {
- "name": "M. Peter",
- "email": "mp@tcs.de",
- "url": "https://github.com/mpneuried"
- },
- {
- "name": "Joshy",
- "email": "erdiicodes@gmail.com",
- "url": "https://blog.werise.de/"
- }
- ],
- "name": "node-cache",
- "repository": {
- "type": "git",
- "url": "git://github.com/mpneuried/nodecache.git"
- },
- "scripts": {
- "build": "grunt build",
- "test": "COFFEECOV_INIT_ALL=false mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul _src/test/mocha_test.coffee -R spec && tsc",
- "test-docker": "SILENT_MODE=1 mocha test/mocha_test.js -R min && tsc"
- },
- "tags": [
- "cache",
- "caching",
- "local",
- "variable",
- "multi",
- "memory",
- "internal",
- "node",
- "memcached",
- "object"
- ],
- "types": "./index.d.ts",
- "version": "4.2.0"
- }
|