- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/is-path-in-cwd/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-path-in-cwd", 3 "version": "2.1.0", 4 "description": "Check if a path is in the current working directory", 5 "license": "MIT", 6 "repository": "sindresorhus/is-path-in-cwd", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=6" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "path", 24 "cwd", 25 "pwd", 26 "check", 27 "filepath", 28 "file", 29 "folder", 30 "in", 31 "inside" 32 ], 33 "dependencies": { 34 "is-path-inside": "^2.1.0" 35 }, 36 "devDependencies": { 37 "ava": "^1.4.1", 38 "tsd": "^0.7.2", 39 "xo": "^0.24.0" 40 } 2 "_args": [ 3 [ 4 "is-path-in-cwd@2.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-path-in-cwd@2.1.0", 10 "_id": "is-path-in-cwd@2.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", 13 "_location": "/is-path-in-cwd", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-path-in-cwd@2.1.0", 19 "name": "is-path-in-cwd", 20 "escapedName": "is-path-in-cwd", 21 "rawSpec": "2.1.0", 22 "saveSpec": null, 23 "fetchSpec": "2.1.0" 24 }, 25 "_requiredBy": [ 26 "/del" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", 29 "_spec": "2.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/is-path-in-cwd/issues" 38 }, 39 "dependencies": { 40 "is-path-inside": "^2.1.0" 41 }, 42 "description": "Check if a path is in the current working directory", 43 "devDependencies": { 44 "ava": "^1.4.1", 45 "tsd": "^0.7.2", 46 "xo": "^0.24.0" 47 }, 48 "engines": { 49 "node": ">=6" 50 }, 51 "files": [ 52 "index.js", 53 "index.d.ts" 54 ], 55 "homepage": "https://github.com/sindresorhus/is-path-in-cwd#readme", 56 "keywords": [ 57 "path", 58 "cwd", 59 "pwd", 60 "check", 61 "filepath", 62 "file", 63 "folder", 64 "in", 65 "inside" 66 ], 67 "license": "MIT", 68 "name": "is-path-in-cwd", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/sindresorhus/is-path-in-cwd.git" 72 }, 73 "scripts": { 74 "test": "xo && ava && tsd" 75 }, 76 "version": "2.1.0" 41 77 }
Note:
See TracChangeset
for help on using the changeset viewer.