Changeset 59329aa for trip-planner-front/node_modules/normalize-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/normalize-path/package.json
rceaed42 r59329aa 1 1 { 2 "name": "normalize-path", 3 "description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.", 4 "version": "3.0.0", 5 "homepage": "https://github.com/jonschlinkert/normalize-path", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Blaine Bublitz (https://twitter.com/BlaineBublitz)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)" 2 "_args": [ 3 [ 4 "normalize-path@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/normalize-path", 8 "_development": true, 9 "_from": "normalize-path@3.0.0", 10 "_id": "normalize-path@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 13 "_location": "/normalize-path", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "normalize-path@3.0.0", 19 "name": "normalize-path", 20 "escapedName": "normalize-path", 21 "rawSpec": "3.0.0", 22 "saveSpec": null, 23 "fetchSpec": "3.0.0" 24 }, 25 "_requiredBy": [ 26 "/anymatch", 27 "/chokidar", 28 "/copy-webpack-plugin", 29 "/stylus-loader", 30 "/webpack-dev-server/chokidar" 31 ], 32 "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 33 "_spec": "3.0.0", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "Jon Schlinkert", 37 "url": "https://github.com/jonschlinkert" 38 }, 12 39 "bugs": { 13 40 "url": "https://github.com/jonschlinkert/normalize-path/issues" 14 41 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 42 "contributors": [ 43 { 44 "name": "Blaine Bublitz", 45 "url": "https://twitter.com/BlaineBublitz" 46 }, 47 { 48 "name": "Jon Schlinkert", 49 "url": "http://twitter.com/jonschlinkert" 50 } 18 51 ], 19 "main": "index.js", 20 "engines": { 21 "node": ">=0.10.0" 22 }, 23 "scripts": { 24 "test": "mocha" 25 }, 52 "description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.", 26 53 "devDependencies": { 27 54 "gulp-format-md": "^1.0.0", … … 29 56 "mocha": "^3.5.3" 30 57 }, 58 "engines": { 59 "node": ">=0.10.0" 60 }, 61 "files": [ 62 "index.js" 63 ], 64 "homepage": "https://github.com/jonschlinkert/normalize-path", 31 65 "keywords": [ 32 66 "absolute", … … 50 84 "urix" 51 85 ], 86 "license": "MIT", 87 "main": "index.js", 88 "name": "normalize-path", 89 "repository": { 90 "type": "git", 91 "url": "git+https://github.com/jonschlinkert/normalize-path.git" 92 }, 93 "scripts": { 94 "test": "mocha" 95 }, 52 96 "verb": { 53 97 "toc": false, … … 74 118 "reflinks": true 75 119 } 76 } 120 }, 121 "version": "3.0.0" 77 122 }
Note:
See TracChangeset
for help on using the changeset viewer.