Changeset 59329aa for trip-planner-front/node_modules/url/package.json
- 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/url/package.json
rceaed42 r59329aa 1 1 { 2 "name": "url", 3 "description": "The core `url` packaged standalone for use with Browserify.", 4 "version": "0.11.0", 2 "_args": [ 3 [ 4 "url@0.11.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "url@0.11.0", 10 "_id": "url@0.11.0", 11 "_inBundle": false, 12 "_integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", 13 "_location": "/url", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "url@0.11.0", 19 "name": "url", 20 "escapedName": "url", 21 "rawSpec": "0.11.0", 22 "saveSpec": null, 23 "fetchSpec": "0.11.0" 24 }, 25 "_requiredBy": [ 26 "/webpack-dev-server" 27 ], 28 "_resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", 29 "_spec": "0.11.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/defunctzombie/node-url/issues" 33 }, 5 34 "dependencies": { 6 35 "punycode": "1.3.2", 7 36 "querystring": "0.2.0" 8 37 }, 9 " main": "./url.js",38 "description": "The core `url` packaged standalone for use with Browserify.", 10 39 "devDependencies": { 11 40 "assert": "1.1.1", … … 13 42 "zuul": "3.3.0" 14 43 }, 44 "homepage": "https://github.com/defunctzombie/node-url#readme", 45 "license": "MIT", 46 "main": "./url.js", 47 "name": "url", 48 "repository": { 49 "type": "git", 50 "url": "git+https://github.com/defunctzombie/node-url.git" 51 }, 15 52 "scripts": { 16 53 "test": "mocha --ui qunit test.js && zuul -- test.js", 17 54 "test-local": "zuul --local -- test.js" 18 55 }, 19 "repository": { 20 "type": "git", 21 "url": "https://github.com/defunctzombie/node-url.git" 22 }, 23 "license": "MIT" 56 "version": "0.11.0" 24 57 }
Note:
See TracChangeset
for help on using the changeset viewer.