| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 | {  "_args": [    [      "is-path-in-cwd@2.1.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "is-path-in-cwd@2.1.0",  "_id": "is-path-in-cwd@2.1.0",  "_inBundle": false,  "_integrity": "sha1-v+Lcomxp85cmWkAJljYCk1oFOss=",  "_location": "/is-path-in-cwd",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "is-path-in-cwd@2.1.0",    "name": "is-path-in-cwd",    "escapedName": "is-path-in-cwd",    "rawSpec": "2.1.0",    "saveSpec": null,    "fetchSpec": "2.1.0"  },  "_requiredBy": [    "/del"  ],  "_resolved": "https://registry.nlark.com/is-path-in-cwd/download/is-path-in-cwd-2.1.0.tgz",  "_spec": "2.1.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "sindresorhus.com"  },  "bugs": {    "url": "https://github.com/sindresorhus/is-path-in-cwd/issues"  },  "dependencies": {    "is-path-inside": "^2.1.0"  },  "description": "Check if a path is in the current working directory",  "devDependencies": {    "ava": "^1.4.1",    "tsd": "^0.7.2",    "xo": "^0.24.0"  },  "engines": {    "node": ">=6"  },  "files": [    "index.js",    "index.d.ts"  ],  "homepage": "https://github.com/sindresorhus/is-path-in-cwd#readme",  "keywords": [    "path",    "cwd",    "pwd",    "check",    "filepath",    "file",    "folder",    "in",    "inside"  ],  "license": "MIT",  "name": "is-path-in-cwd",  "repository": {    "type": "git",    "url": "git+https://github.com/sindresorhus/is-path-in-cwd.git"  },  "scripts": {    "test": "xo && ava && tsd"  },  "version": "2.1.0"}
 |