Initial commit
This commit is contained in:
33
node_modules/uri-js/package.json
generated
vendored
Executable file
33
node_modules/uri-js/package.json
generated
vendored
Executable file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "uri-js",
|
||||
"version": "4.2.2",
|
||||
"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"
|
||||
},
|
||||
"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": "^3.2.0",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user