1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "pkg-dir@3.0.0",
- "/Users/apple/tmp/ok/vue_cli_default"
- ]
- ],
- "_development": true,
- "_from": "pkg-dir@3.0.0",
- "_id": "pkg-dir@3.0.0",
- "_inBundle": false,
- "_integrity": "sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=",
- "_location": "/pkg-dir",
- "_phantomChildren": {
- "path-exists": "3.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "pkg-dir@3.0.0",
- "name": "pkg-dir",
- "escapedName": "pkg-dir",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "/find-cache-dir",
- "/import-local"
- ],
- "_resolved": "https://registry.npm.taobao.org/pkg-dir/download/pkg-dir-3.0.0.tgz",
- "_spec": "3.0.0",
- "_where": "/Users/apple/tmp/ok/vue_cli_default",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/pkg-dir/issues"
- },
- "dependencies": {
- "find-up": "^3.0.0"
- },
- "description": "Find the root directory of a Node.js project or npm package",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/pkg-dir#readme",
- "keywords": [
- "package",
- "json",
- "root",
- "npm",
- "entry",
- "find",
- "up",
- "find-up",
- "findup",
- "look-up",
- "look",
- "file",
- "search",
- "match",
- "resolve",
- "parent",
- "parents",
- "folder",
- "directory",
- "dir",
- "walk",
- "walking",
- "path"
- ],
- "license": "MIT",
- "name": "pkg-dir",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/pkg-dir.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "3.0.0"
- }
|