Changeset 79a0317 for imaps-frontend/node_modules/is-path-inside
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/is-path-inside/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "is-path-inside", 3 "version": "3.0.3", 4 "description": "Check if a path is inside another path", 5 "license": "MIT", 6 "repository": "sindresorhus/is-path-inside", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "path", 24 "inside", 25 "folder", 26 "directory", 27 "dir", 28 "file", 29 "resolve" 30 ], 31 "devDependencies": { 32 "ava": "^2.1.0", 33 "tsd": "^0.7.2", 34 "xo": "^0.24.0" 35 } 2 "_from": "is-path-inside@3.0.3", 3 "_id": "is-path-inside@3.0.3", 4 "_inBundle": false, 5 "_integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", 6 "_location": "/is-path-inside", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "is-path-inside@3.0.3", 12 "name": "is-path-inside", 13 "escapedName": "is-path-inside", 14 "rawSpec": "3.0.3", 15 "saveSpec": null, 16 "fetchSpec": "3.0.3" 17 }, 18 "_requiredBy": [ 19 "/eslint" 20 ], 21 "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", 22 "_shasum": "d231362e53a07ff2b0e0ea7fed049161ffd16283", 23 "_spec": "is-path-inside@3.0.3", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/is-path-inside/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "Check if a path is inside another path", 36 "devDependencies": { 37 "ava": "^2.1.0", 38 "tsd": "^0.7.2", 39 "xo": "^0.24.0" 40 }, 41 "engines": { 42 "node": ">=8" 43 }, 44 "files": [ 45 "index.js", 46 "index.d.ts" 47 ], 48 "homepage": "https://github.com/sindresorhus/is-path-inside#readme", 49 "keywords": [ 50 "path", 51 "inside", 52 "folder", 53 "directory", 54 "dir", 55 "file", 56 "resolve" 57 ], 58 "license": "MIT", 59 "name": "is-path-inside", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/sindresorhus/is-path-inside.git" 63 }, 64 "scripts": { 65 "test": "xo && ava && tsd" 66 }, 67 "version": "3.0.3" 36 68 }
Note:
See TracChangeset
for help on using the changeset viewer.