source: trip-planner-front/node_modules/url-parse/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
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 },
42 "description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
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"
52 },
53 "files": [
54 "index.js",
55 "dist"
56 ],
57 "homepage": "https://github.com/unshiftio/url-parse#readme",
58 "keywords": [
59 "URL",
60 "parser",
61 "uri",
62 "url",
63 "parse",
64 "query",
65 "string",
66 "querystring",
67 "stringify"
68 ],
69 "license": "MIT",
70 "main": "index.js",
71 "name": "url-parse",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/unshiftio/url-parse.git"
75 },
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"
85}
Note: See TracBrowser for help on using the repository browser.