| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_args": [
- [
- "ylru@1.2.1",
- "J:\\Github\\CURD-TS"
- ]
- ],
- "_development": true,
- "_from": "ylru@1.2.1",
- "_id": "ylru@1.2.1",
- "_inBundle": false,
- "_integrity": "sha1-9Xa2M0FUeYnB3nuiiHYJI7J/6E8=",
- "_location": "/ylru",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ylru@1.2.1",
- "name": "ylru",
- "escapedName": "ylru",
- "rawSpec": "1.2.1",
- "saveSpec": null,
- "fetchSpec": "1.2.1"
- },
- "_requiredBy": [
- "/cache-content-type"
- ],
- "_resolved": "http://192.168.250.101:4873/ylru/-/ylru-1.2.1.tgz",
- "_spec": "1.2.1",
- "_where": "J:\\Github\\CURD-TS",
- "author": {
- "name": "fengmk2"
- },
- "bugs": {
- "url": "https://github.com/node-modules/ylru/issues"
- },
- "dependencies": {},
- "description": "Extends LRU base on hashlru",
- "devDependencies": {
- "beautify-benchmark": "^0.2.4",
- "benchmark": "^2.1.3",
- "egg-bin": "^1.10.0",
- "eslint": "^3.12.2",
- "eslint-config-egg": "^3.2.0",
- "hashlru": "^1.0.3",
- "ko-sleep": "^1.0.2",
- "lru-cache": "^4.0.2"
- },
- "engines": {
- "node": ">= 4.0.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/node-modules/ylru",
- "license": "MIT",
- "main": "index.js",
- "name": "ylru",
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/ylru.git"
- },
- "scripts": {
- "autod": "autod",
- "ci": "npm run lint && npm run cov",
- "cov": "egg-bin cov",
- "lint": "eslint test *.js",
- "test": "npm run lint -- --fix && npm run test-local",
- "test-local": "egg-bin test"
- },
- "version": "1.2.1"
- }
|