Changeset 59329aa for trip-planner-front/node_modules/path-parse
- 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-parse/package.json
rceaed42 r59329aa 1 1 { 2 "name": "path-parse", 3 "version": "1.0.7", 2 "_args": [ 3 [ 4 "path-parse@1.0.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "path-parse@1.0.7", 10 "_id": "path-parse@1.0.7", 11 "_inBundle": false, 12 "_integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 13 "_location": "/path-parse", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "path-parse@1.0.7", 19 "name": "path-parse", 20 "escapedName": "path-parse", 21 "rawSpec": "1.0.7", 22 "saveSpec": null, 23 "fetchSpec": "1.0.7" 24 }, 25 "_requiredBy": [ 26 "/resolve" 27 ], 28 "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 29 "_spec": "1.0.7", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Javier Blanco", 33 "email": "http://jbgutierrez.info" 34 }, 35 "bugs": { 36 "url": "https://github.com/jbgutierrez/path-parse/issues" 37 }, 4 38 "description": "Node.js path.parse() ponyfill", 5 "main": "index.js", 6 "scripts": { 7 "test": "node test.js" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "https://github.com/jbgutierrez/path-parse.git" 12 }, 39 "homepage": "https://github.com/jbgutierrez/path-parse#readme", 13 40 "keywords": [ 14 41 "path", … … 25 52 "shim" 26 53 ], 27 "author": "Javier Blanco <http://jbgutierrez.info>",28 54 "license": "MIT", 29 "bugs": { 30 "url": "https://github.com/jbgutierrez/path-parse/issues" 55 "main": "index.js", 56 "name": "path-parse", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/jbgutierrez/path-parse.git" 31 60 }, 32 "homepage": "https://github.com/jbgutierrez/path-parse#readme" 61 "scripts": { 62 "test": "node test.js" 63 }, 64 "version": "1.0.7" 33 65 }
Note:
See TracChangeset
for help on using the changeset viewer.