Changeset 59329aa for trip-planner-front/node_modules/path-type
- 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/path-type/package.json
rceaed42 r59329aa 1 1 { 2 "name": "path-type", 3 "version": "4.0.0", 4 "description": "Check if a path is a file, directory, or symlink", 5 "license": "MIT", 6 "repository": "sindresorhus/path-type", 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 && nyc ava && tsd-check" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "path", 24 "fs", 25 "type", 26 "is", 27 "check", 28 "directory", 29 "dir", 30 "file", 31 "filepath", 32 "symlink", 33 "symbolic", 34 "link", 35 "stat", 36 "stats", 37 "filesystem" 38 ], 39 "devDependencies": { 40 "ava": "^1.3.1", 41 "nyc": "^13.3.0", 42 "tsd-check": "^0.3.0", 43 "xo": "^0.24.0" 44 } 2 "_args": [ 3 [ 4 "path-type@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "path-type@4.0.0", 10 "_id": "path-type@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", 13 "_location": "/path-type", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "path-type@4.0.0", 19 "name": "path-type", 20 "escapedName": "path-type", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/cosmiconfig", 27 "/dir-glob" 28 ], 29 "_resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", 30 "_spec": "4.0.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Sindre Sorhus", 34 "email": "sindresorhus@gmail.com", 35 "url": "sindresorhus.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/sindresorhus/path-type/issues" 39 }, 40 "description": "Check if a path is a file, directory, or symlink", 41 "devDependencies": { 42 "ava": "^1.3.1", 43 "nyc": "^13.3.0", 44 "tsd-check": "^0.3.0", 45 "xo": "^0.24.0" 46 }, 47 "engines": { 48 "node": ">=8" 49 }, 50 "files": [ 51 "index.js", 52 "index.d.ts" 53 ], 54 "homepage": "https://github.com/sindresorhus/path-type#readme", 55 "keywords": [ 56 "path", 57 "fs", 58 "type", 59 "is", 60 "check", 61 "directory", 62 "dir", 63 "file", 64 "filepath", 65 "symlink", 66 "symbolic", 67 "link", 68 "stat", 69 "stats", 70 "filesystem" 71 ], 72 "license": "MIT", 73 "name": "path-type", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/sindresorhus/path-type.git" 77 }, 78 "scripts": { 79 "test": "xo && nyc ava && tsd-check" 80 }, 81 "version": "4.0.0" 45 82 }
Note:
See TracChangeset
for help on using the changeset viewer.