Changeset 59329aa for trip-planner-front/node_modules/upath
- 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/upath/package.json
rceaed42 r59329aa 1 1 { 2 "name": "upath", 3 "description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.", 4 "version": "1.2.0", 5 "homepage": "http://github.com/anodynos/upath/", 2 "_args": [ 3 [ 4 "upath@1.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "upath@1.2.0", 10 "_id": "upath@1.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", 13 "_location": "/upath", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "upath@1.2.0", 19 "name": "upath", 20 "escapedName": "upath", 21 "rawSpec": "1.2.0", 22 "saveSpec": null, 23 "fetchSpec": "1.2.0" 24 }, 25 "_requiredBy": [ 26 "/webpack-dev-server/chokidar" 27 ], 28 "_resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", 29 "_spec": "1.2.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 6 31 "author": { 7 32 "name": "Angelos Pikoulas", 8 33 "email": "agelos.pikoulas@gmail.com" 9 },10 "license": "MIT",11 "keywords": [12 "path",13 "unix",14 "windows",15 "extension",16 "file extension",17 "replace extension",18 "change extension",19 "trim extension",20 "add extension",21 "default extension"22 ],23 "repository": {24 "type": "git",25 "url": "git://github.com/anodynos/upath"26 34 }, 27 35 "bugs": { … … 29 37 "email": "agelos.pikoulas@gmail.com" 30 38 }, 31 "main": "./build/code/upath.js", 32 "types": "./upath.d.ts", 33 "preferGlobal": false, 34 "scripts": { 35 "test": "grunt", 36 "build": "grunt lib" 37 }, 38 "directories": { 39 "doc": "./doc", 40 "dist": "./build" 41 }, 42 "engines": { 43 "node": ">=4", 44 "yarn": "*" 45 }, 39 "description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.", 46 40 "devDependencies": { 47 41 "chai": "~4.0.2", … … 57 51 "urequire-ab-specrunner": "^0.2.5", 58 52 "urequire-rc-inject-version": "^0.1.6" 59 } 53 }, 54 "directories": { 55 "doc": "./doc", 56 "dist": "./build" 57 }, 58 "engines": { 59 "node": ">=4", 60 "yarn": "*" 61 }, 62 "homepage": "http://github.com/anodynos/upath/", 63 "keywords": [ 64 "path", 65 "unix", 66 "windows", 67 "extension", 68 "file extension", 69 "replace extension", 70 "change extension", 71 "trim extension", 72 "add extension", 73 "default extension" 74 ], 75 "license": "MIT", 76 "main": "./build/code/upath.js", 77 "name": "upath", 78 "preferGlobal": false, 79 "repository": { 80 "type": "git", 81 "url": "git://github.com/anodynos/upath.git" 82 }, 83 "scripts": { 84 "build": "grunt lib", 85 "test": "grunt" 86 }, 87 "types": "./upath.d.ts", 88 "version": "1.2.0" 60 89 }
Note:
See TracChangeset
for help on using the changeset viewer.