Changeset 59329aa for trip-planner-front/node_modules/canonical-path
- 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/canonical-path/package.json
rceaed42 r59329aa 1 1 { 2 "name": "canonical-path", 3 "version": "1.0.0", 2 "_args": [ 3 [ 4 "canonical-path@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "canonical-path@1.0.0", 10 "_id": "canonical-path@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg==", 13 "_location": "/canonical-path", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "canonical-path@1.0.0", 19 "name": "canonical-path", 20 "escapedName": "canonical-path", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/@angular/compiler-cli" 27 ], 28 "_resolved": "https://registry.npmjs.org/canonical-path/-/canonical-path-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Pete Bacon Darwin" 33 }, 34 "bugs": { 35 "url": "https://github.com/petebacondarwin/node-canonical-path/issues" 36 }, 4 37 "description": "paths that always use forward slashes", 5 "main": "index.js", 6 "typings": "index.d.ts", 7 "scripts": { 8 "test": "jasmine index.spec.js" 38 "devDependencies": { 39 "jasmine": "^3.2.0" 9 40 }, 10 " repository": "https://github.com/petebacondarwin/node-canonical-path",41 "homepage": "https://github.com/petebacondarwin/node-canonical-path#readme", 11 42 "keywords": [ 12 43 "path", … … 16 47 "windows" 17 48 ], 18 "author": "Pete Bacon Darwin",19 49 "license": "MIT", 20 "devDependencies": { 21 "jasmine": "^3.2.0" 22 } 50 "main": "index.js", 51 "name": "canonical-path", 52 "repository": { 53 "type": "git", 54 "url": "git+https://github.com/petebacondarwin/node-canonical-path.git" 55 }, 56 "scripts": { 57 "test": "jasmine index.spec.js" 58 }, 59 "typings": "index.d.ts", 60 "version": "1.0.0" 23 61 }
Note:
See TracChangeset
for help on using the changeset viewer.