1{ 2 "_from": "is-path-inside@^1.0.0", 3 "_id": "is-path-inside@1.0.1", 4 "_inBundle": false, 5 "_integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", 6 "_location": "/is-path-inside", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "is-path-inside@^1.0.0", 12 "name": "is-path-inside", 13 "escapedName": "is-path-inside", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 17 }, 18 "_requiredBy": [ 19 "/is-installed-globally", 20 "/is-path-in-cwd" 21 ], 22 "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", 23 "_shasum": "8ef5b7de50437a3fdca6b4e865ef7aa55cb48036", 24 "_spec": "is-path-inside@^1.0.0", 25 "_where": "/Users/rebecca/code/npm/node_modules/is-installed-globally", 26 "author": { 27 "name": "Sindre Sorhus", 28 "email": "sindresorhus@gmail.com", 29 "url": "sindresorhus.com" 30 }, 31 "bugs": { 32 "url": "https://github.com/sindresorhus/is-path-inside/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": { 36 "path-is-inside": "^1.0.1" 37 }, 38 "deprecated": false, 39 "description": "Check if a path is inside another path", 40 "devDependencies": { 41 "ava": "*", 42 "xo": "*" 43 }, 44 "engines": { 45 "node": ">=0.10.0" 46 }, 47 "files": [ 48 "index.js" 49 ], 50 "homepage": "https://github.com/sindresorhus/is-path-inside#readme", 51 "keywords": [ 52 "path", 53 "inside", 54 "folder", 55 "directory", 56 "dir", 57 "file", 58 "resolve" 59 ], 60 "license": "MIT", 61 "name": "is-path-inside", 62 "repository": { 63 "type": "git", 64 "url": "git+https://github.com/sindresorhus/is-path-inside.git" 65 }, 66 "scripts": { 67 "test": "xo && ava" 68 }, 69 "version": "1.0.1" 70} 71