1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "find-cache-dir@2.1.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "find-cache-dir@2.1.0",
- "_id": "find-cache-dir@2.1.0",
- "_inBundle": false,
- "_integrity": "sha1-jQ+UzRP+Q8bHwmGg2GEVypGMBfc=",
- "_location": "/find-cache-dir",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "find-cache-dir@2.1.0",
- "name": "find-cache-dir",
- "escapedName": "find-cache-dir",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "/babel-loader",
- "/terser-webpack-plugin"
- ],
- "_resolved": "https://registry.npm.taobao.org/find-cache-dir/download/find-cache-dir-2.1.0.tgz",
- "_spec": "2.1.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "bugs": {
- "url": "https://github.com/avajs/find-cache-dir/issues"
- },
- "dependencies": {
- "commondir": "^1.0.1",
- "make-dir": "^2.0.0",
- "pkg-dir": "^3.0.0"
- },
- "description": "Finds the common standard cache directory",
- "devDependencies": {
- "ava": "^1.3.1",
- "coveralls": "^3.0.3",
- "del": "^4.0.0",
- "nyc": "^13.3.0",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/avajs/find-cache-dir#readme",
- "keywords": [
- "cache",
- "directory",
- "dir",
- "caching",
- "find",
- "search"
- ],
- "license": "MIT",
- "name": "find-cache-dir",
- "nyc": {
- "reporter": [
- "lcov",
- "text"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/avajs/find-cache-dir.git"
- },
- "scripts": {
- "test": "xo && nyc ava"
- },
- "version": "2.1.0"
- }
|