• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "uri-js@^4.2.2",
3  "_id": "uri-js@4.4.0",
4  "_inBundle": false,
5  "_integrity": "sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==",
6  "_location": "/uri-js",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "uri-js@^4.2.2",
12    "name": "uri-js",
13    "escapedName": "uri-js",
14    "rawSpec": "^4.2.2",
15    "saveSpec": null,
16    "fetchSpec": "^4.2.2"
17  },
18  "_requiredBy": [
19    "/har-validator/ajv"
20  ],
21  "_resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz",
22  "_shasum": "aa714261de793e8a82347a7bcc9ce74e86f28602",
23  "_spec": "uri-js@^4.2.2",
24  "_where": "/Users/darcyclarke/Documents/Repos/npm/cli/node_modules/har-validator/node_modules/ajv",
25  "author": {
26    "name": "Gary Court",
27    "email": "gary.court@gmail.com"
28  },
29  "bugs": {
30    "url": "https://github.com/garycourt/uri-js/issues"
31  },
32  "bundleDependencies": false,
33  "dependencies": {
34    "punycode": "^2.1.0"
35  },
36  "deprecated": false,
37  "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",
38  "devDependencies": {
39    "babel-cli": "^6.26.0",
40    "babel-plugin-external-helpers": "^6.22.0",
41    "babel-preset-latest": "^6.24.1",
42    "mocha": "^3.2.0",
43    "mocha-qunit-ui": "^0.1.3",
44    "rollup": "^0.41.6",
45    "rollup-plugin-babel": "^2.7.1",
46    "rollup-plugin-node-resolve": "^2.0.0",
47    "sorcery": "^0.10.0",
48    "typescript": "^2.8.1",
49    "uglify-js": "^2.8.14"
50  },
51  "directories": {
52    "test": "tests"
53  },
54  "files": [
55    "dist",
56    "package.json",
57    "yarn.lock",
58    "README.md",
59    "CHANGELOG",
60    "LICENSE"
61  ],
62  "homepage": "https://github.com/garycourt/uri-js",
63  "keywords": [
64    "URI",
65    "IRI",
66    "IDN",
67    "URN",
68    "UUID",
69    "HTTP",
70    "HTTPS",
71    "WS",
72    "WSS",
73    "MAILTO",
74    "RFC3986",
75    "RFC3987",
76    "RFC5891",
77    "RFC2616",
78    "RFC2818",
79    "RFC2141",
80    "RFC4122",
81    "RFC4291",
82    "RFC5952",
83    "RFC6068",
84    "RFC6455",
85    "RFC6874"
86  ],
87  "license": "BSD-2-Clause",
88  "main": "dist/es5/uri.all.js",
89  "name": "uri-js",
90  "repository": {
91    "type": "git",
92    "url": "git+ssh://git@github.com/garycourt/uri-js.git"
93  },
94  "scripts": {
95    "build": "npm run build:esnext && npm run build:es5 && npm run build:es5:min",
96    "build:es5": "rollup -c && cp dist/esnext/uri.d.ts dist/es5/uri.all.d.ts && npm run build:es5:fix-sourcemap",
97    "build:es5:fix-sourcemap": "sorcery -i dist/es5/uri.all.js",
98    "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",
99    "build:esnext": "tsc",
100    "clean": "rm -rf dist",
101    "test": "mocha -u mocha-qunit-ui dist/es5/uri.all.js tests/tests.js"
102  },
103  "types": "dist/es5/uri.all.d.ts",
104  "version": "4.4.0"
105}
106