Changeset 59329aa for trip-planner-front/node_modules/resolve-url
- 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/resolve-url/package.json
rceaed42 r59329aa 1 1 { 2 "name": "resolve-url", 3 "version": "0.2.1", 2 "_args": [ 3 [ 4 "resolve-url@0.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "resolve-url@0.2.1", 10 "_id": "resolve-url@0.2.1", 11 "_inBundle": false, 12 "_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", 13 "_location": "/resolve-url", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "resolve-url@0.2.1", 19 "name": "resolve-url", 20 "escapedName": "resolve-url", 21 "rawSpec": "0.2.1", 22 "saveSpec": null, 23 "fetchSpec": "0.2.1" 24 }, 25 "_requiredBy": [ 26 "/css-parse/source-map-resolve", 27 "/snapdragon/source-map-resolve" 28 ], 29 "_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", 30 "_spec": "0.2.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Simon Lydell" 34 }, 35 "bugs": { 36 "url": "https://github.com/lydell/resolve-url/issues" 37 }, 4 38 "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.", 5 "author": "Simon Lydell", 6 "license": "MIT", 7 "main": "resolve-url.js", 8 "repository": "lydell/resolve-url", 39 "devDependencies": { 40 "jshint": "~2.4.3", 41 "tape": "~2.5.0", 42 "testling": "~1.6.0" 43 }, 44 "homepage": "https://github.com/lydell/resolve-url#readme", 9 45 "keywords": [ 10 46 "resolve", 11 47 "url" 12 48 ], 49 "license": "MIT", 50 "main": "resolve-url.js", 51 "name": "resolve-url", 52 "repository": { 53 "type": "git", 54 "url": "git+https://github.com/lydell/resolve-url.git" 55 }, 13 56 "scripts": { 14 57 "test": "jshint resolve-url.js test/ && testling -u" 15 },16 "devDependencies": {17 "testling": "~1.6.0",18 "jshint": "~2.4.3",19 "tape": "~2.5.0"20 58 }, 21 59 "testling": { … … 31 69 "android-browser/4" 32 70 ] 33 } 71 }, 72 "version": "0.2.1" 34 73 }
Note:
See TracChangeset
for help on using the changeset viewer.