source: trip-planner-front/node_modules/uri-js/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 3.2 KB
Line 
1{
2 "_args": [
3 [
4 "uri-js@4.4.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "uri-js@4.4.1",
10 "_id": "uri-js@4.4.1",
11 "_inBundle": false,
12 "_integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
13 "_location": "/uri-js",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "uri-js@4.4.1",
19 "name": "uri-js",
20 "escapedName": "uri-js",
21 "rawSpec": "4.4.1",
22 "saveSpec": null,
23 "fetchSpec": "4.4.1"
24 },
25 "_requiredBy": [
26 "/ajv",
27 "/copy-webpack-plugin/ajv",
28 "/css-minimizer-webpack-plugin/ajv",
29 "/har-validator/ajv",
30 "/mini-css-extract-plugin/ajv",
31 "/schema-utils/ajv",
32 "/terser-webpack-plugin/ajv",
33 "/webpack-dev-middleware/ajv",
34 "/webpack-dev-server/ajv",
35 "/webpack/ajv"
36 ],
37 "_resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
38 "_spec": "4.4.1",
39 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
40 "author": {
41 "name": "Gary Court",
42 "email": "gary.court@gmail.com"
43 },
44 "bugs": {
45 "url": "https://github.com/garycourt/uri-js/issues"
46 },
47 "dependencies": {
48 "punycode": "^2.1.0"
49 },
50 "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",
51 "devDependencies": {
52 "babel-cli": "^6.26.0",
53 "babel-plugin-external-helpers": "^6.22.0",
54 "babel-preset-latest": "^6.24.1",
55 "mocha": "^8.2.1",
56 "mocha-qunit-ui": "^0.1.3",
57 "rollup": "^0.41.6",
58 "rollup-plugin-babel": "^2.7.1",
59 "rollup-plugin-node-resolve": "^2.0.0",
60 "sorcery": "^0.10.0",
61 "typescript": "^2.8.1",
62 "uglify-js": "^2.8.14"
63 },
64 "directories": {
65 "test": "tests"
66 },
67 "files": [
68 "dist",
69 "package.json",
70 "yarn.lock",
71 "README.md",
72 "CHANGELOG",
73 "LICENSE"
74 ],
75 "homepage": "https://github.com/garycourt/uri-js",
76 "keywords": [
77 "URI",
78 "IRI",
79 "IDN",
80 "URN",
81 "UUID",
82 "HTTP",
83 "HTTPS",
84 "WS",
85 "WSS",
86 "MAILTO",
87 "RFC3986",
88 "RFC3987",
89 "RFC5891",
90 "RFC2616",
91 "RFC2818",
92 "RFC2141",
93 "RFC4122",
94 "RFC4291",
95 "RFC5952",
96 "RFC6068",
97 "RFC6455",
98 "RFC6874"
99 ],
100 "license": "BSD-2-Clause",
101 "main": "dist/es5/uri.all.js",
102 "name": "uri-js",
103 "repository": {
104 "type": "git",
105 "url": "git+ssh://git@github.com/garycourt/uri-js.git"
106 },
107 "scripts": {
108 "build": "npm run build:esnext && npm run build:es5 && npm run build:es5:min",
109 "build:es5": "rollup -c && cp dist/esnext/uri.d.ts dist/es5/uri.all.d.ts && npm run build:es5:fix-sourcemap",
110 "build:es5:fix-sourcemap": "sorcery -i dist/es5/uri.all.js",
111 "build:es5:min": "uglifyjs dist/es5/uri.all.js --support-ie8 --output dist/es5/uri.all.min.js --in-source-map dist/es5/uri.all.js.map --source-map uri.all.min.js.map --comments --compress --mangle --pure-funcs merge subexp && mv uri.all.min.js.map dist/es5/ && cp dist/es5/uri.all.d.ts dist/es5/uri.all.min.d.ts",
112 "build:esnext": "tsc",
113 "clean": "rm -rf dist",
114 "test": "mocha -u mocha-qunit-ui dist/es5/uri.all.js tests/tests.js"
115 },
116 "types": "dist/es5/uri.all.d.ts",
117 "version": "4.4.1"
118}
Note: See TracBrowser for help on using the repository browser.