41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"name": "uri-js",
|
||
|
|
"version": "4.4.1",
|
||
|
|
"description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",
|
||
|
|
"main": "dist/es5/uri.all.js",
|
||
|
|
"types": "dist/es5/uri.all.d.ts",
|
||
|
|
"directories": {
|
||
|
|
"test": "tests"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"dist",
|
||
|
|
"package.json",
|
||
|
|
"yarn.lock",
|
||
|
|
"README.md",
|
||
|
|
"CHANGELOG",
|
||
|
|
"LICENSE"
|
||
|
|
],
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "http://github.com/garycourt/uri-js"
|
||
|
|
},
|
||
|
|
"author": "Gary Court <gary.court@gmail.com>",
|
||
|
|
"license": "BSD-2-Clause",
|
||
|
|
"homepage": "https://github.com/garycourt/uri-js",
|
||
|
|
"devDependencies": {
|
||
|
|
"babel-cli": "^6.26.0",
|
||
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
||
|
|
"babel-preset-latest": "^6.24.1",
|
||
|
|
"mocha": "^8.2.1",
|
||
|
|
"mocha-qunit-ui": "^0.1.3",
|
||
|
|
"rollup": "^0.41.6",
|
||
|
|
"rollup-plugin-babel": "^2.7.1",
|
||
|
|
"rollup-plugin-node-resolve": "^2.0.0",
|
||
|
|
"sorcery": "^0.10.0",
|
||
|
|
"typescript": "^2.8.1",
|
||
|
|
"uglify-js": "^2.8.14"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"punycode": "^2.1.0"
|
||
|
|
}
|
||
|
|
}
|