{ "_args": [ [ "import-local@1.0.0", "/Users/lihai/jolijoli/pad_spa" ] ], "_development": true, "_from": "import-local@1.0.0", "_id": "import-local@1.0.0", "_inBundle": false, "_integrity": "sha1-Xk/9wD9P5sAJxnKb6yljHC+CJ7w=", "_location": "/import-local", "_phantomChildren": { "find-up": "2.1.0" }, "_requested": { "type": "version", "registry": true, "raw": "import-local@1.0.0", "name": "import-local", "escapedName": "import-local", "rawSpec": "1.0.0", "saveSpec": null, "fetchSpec": "1.0.0" }, "_requiredBy": [ "/jest", "/jest/jest-cli" ], "_resolved": "https://registry.npm.taobao.org/import-local/download/import-local-1.0.0.tgz", "_spec": "1.0.0", "_where": "/Users/lihai/jolijoli/pad_spa", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bin": { "import-local-fixture": "fixtures/cli.js" }, "bugs": { "url": "https://github.com/sindresorhus/import-local/issues" }, "dependencies": { "pkg-dir": "^2.0.0", "resolve-cwd": "^2.0.0" }, "description": "Let a globally installed package use a locally installed version of itself if available", "devDependencies": { "ava": "*", "cpy": "^6.0.0", "del": "^3.0.0", "execa": "^0.8.0", "xo": "*" }, "engines": { "node": ">=4" }, "files": [ "index.js", "fixtures/cli.js" ], "homepage": "https://github.com/sindresorhus/import-local#readme", "keywords": [ "import", "local", "require", "resolve", "global", "version", "prefer", "cli" ], "license": "MIT", "name": "import-local", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/import-local.git" }, "scripts": { "test": "xo && ava" }, "version": "1.0.0" }