Changeset 59329aa for trip-planner-front/node_modules/is-path-cwd
- 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-cwd/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-path-cwd", 3 "version": "2.2.0", 4 "description": "Check if a path is the current working directory", 5 "license": "MIT", 6 "repository": "sindresorhus/is-path-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 ], 31 "devDependencies": { 32 "ava": "^1.4.1", 33 "tsd": "^0.7.2", 34 "xo": "^0.24.0" 35 } 2 "_args": [ 3 [ 4 "is-path-cwd@2.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-path-cwd@2.2.0", 10 "_id": "is-path-cwd@2.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", 13 "_location": "/is-path-cwd", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-path-cwd@2.2.0", 19 "name": "is-path-cwd", 20 "escapedName": "is-path-cwd", 21 "rawSpec": "2.2.0", 22 "saveSpec": null, 23 "fetchSpec": "2.2.0" 24 }, 25 "_requiredBy": [ 26 "/del" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", 29 "_spec": "2.2.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-cwd/issues" 38 }, 39 "description": "Check if a path is the current working directory", 40 "devDependencies": { 41 "ava": "^1.4.1", 42 "tsd": "^0.7.2", 43 "xo": "^0.24.0" 44 }, 45 "engines": { 46 "node": ">=6" 47 }, 48 "files": [ 49 "index.js", 50 "index.d.ts" 51 ], 52 "homepage": "https://github.com/sindresorhus/is-path-cwd#readme", 53 "keywords": [ 54 "path", 55 "cwd", 56 "pwd", 57 "check", 58 "filepath", 59 "file", 60 "folder" 61 ], 62 "license": "MIT", 63 "name": "is-path-cwd", 64 "repository": { 65 "type": "git", 66 "url": "git+https://github.com/sindresorhus/is-path-cwd.git" 67 }, 68 "scripts": { 69 "test": "xo && ava && tsd" 70 }, 71 "version": "2.2.0" 36 72 }
Note:
See TracChangeset
for help on using the changeset viewer.