- 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-parse/package.json
rceaed42 r59329aa 1 1 { 2 "name": "url-parse", 3 "version": "1.5.3", 2 "_args": [ 3 [ 4 "url-parse@1.5.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "url-parse@1.5.3", 10 "_id": "url-parse@1.5.3", 11 "_inBundle": false, 12 "_integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==", 13 "_location": "/url-parse", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "url-parse@1.5.3", 19 "name": "url-parse", 20 "escapedName": "url-parse", 21 "rawSpec": "1.5.3", 22 "saveSpec": null, 23 "fetchSpec": "1.5.3" 24 }, 25 "_requiredBy": [ 26 "/original", 27 "/sockjs-client" 28 ], 29 "_resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz", 30 "_spec": "1.5.3", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Arnout Kazemier" 34 }, 35 "bugs": { 36 "url": "https://github.com/unshiftio/url-parse/issues" 37 }, 38 "dependencies": { 39 "querystringify": "^2.1.1", 40 "requires-port": "^1.0.0" 41 }, 4 42 "description": "Small footprint URL parser that works seamlessly across Node.js and browser environments", 5 "main": "index.js", 6 "scripts": { 7 "browserify": "rm -rf dist && mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js", 8 "minify": "uglifyjs dist/url-parse.js --source-map -cm -o dist/url-parse.min.js", 9 "test": "c8 --reporter=lcov --reporter=text mocha test/test.js", 10 "test-browser": "node test/browser.js", 11 "prepublishOnly": "npm run browserify && npm run minify", 12 "watch": "mocha --watch test/test.js" 43 "devDependencies": { 44 "assume": "^2.2.0", 45 "browserify": "^17.0.0", 46 "c8": "^7.3.1", 47 "mocha": "^8.0.1", 48 "pre-commit": "^1.2.2", 49 "sauce-browsers": "^2.0.0", 50 "sauce-test": "^1.3.3", 51 "uglify-js": "^3.5.7" 13 52 }, 14 53 "files": [ … … 16 55 "dist" 17 56 ], 18 "repository": { 19 "type": "git", 20 "url": "https://github.com/unshiftio/url-parse.git" 21 }, 57 "homepage": "https://github.com/unshiftio/url-parse#readme", 22 58 "keywords": [ 23 59 "URL", … … 31 67 "stringify" 32 68 ], 33 "author": "Arnout Kazemier",34 69 "license": "MIT", 35 "dependencies": { 36 "querystringify": "^2.1.1", 37 "requires-port": "^1.0.0" 70 "main": "index.js", 71 "name": "url-parse", 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/unshiftio/url-parse.git" 38 75 }, 39 "devDependencies": { 40 "assume": "^2.2.0", 41 "browserify": "^17.0.0", 42 "c8": "^7.3.1", 43 "mocha": "^8.0.1", 44 "pre-commit": "^1.2.2", 45 "sauce-browsers": "^2.0.0", 46 "sauce-test": "^1.3.3", 47 "uglify-js": "^3.5.7" 48 } 76 "scripts": { 77 "browserify": "rm -rf dist && mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js", 78 "minify": "uglifyjs dist/url-parse.js --source-map -cm -o dist/url-parse.min.js", 79 "prepublishOnly": "npm run browserify && npm run minify", 80 "test": "c8 --reporter=lcov --reporter=text mocha test/test.js", 81 "test-browser": "node test/browser.js", 82 "watch": "mocha --watch test/test.js" 83 }, 84 "version": "1.5.3" 49 85 }
Note:
See TracChangeset
for help on using the changeset viewer.