80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"_from": "idna-uts46-hx@^2.3.1",
|
|
"_id": "idna-uts46-hx@2.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PWoF9Keq6laYdIRwwCdhTPl60xRqAloYNMQLiyUnG42VjT53oW07BXIRM+NK7eQjzXjAk2gUvX9caRxlnF9TAA==",
|
|
"_location": "/idna-uts46-hx",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "idna-uts46-hx@^2.3.1",
|
|
"name": "idna-uts46-hx",
|
|
"escapedName": "idna-uts46-hx",
|
|
"rawSpec": "^2.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/eth-ens-namehash"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/idna-uts46-hx/-/idna-uts46-hx-2.3.1.tgz",
|
|
"_shasum": "a1dc5c4df37eee522bf66d969cc980e00e8711f9",
|
|
"_spec": "idna-uts46-hx@^2.3.1",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\eth-ens-namehash",
|
|
"author": {
|
|
"name": "Kai Schwarz",
|
|
"email": "kschwarz@hexonet.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hexonet/idna-uts46/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"punycode": "2.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A UTS #46 processing algorithm for IDNA2008 strings",
|
|
"devDependencies": {
|
|
"chai": "3.5.0",
|
|
"cross-env": "4.0.0",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "3.2.0",
|
|
"nyc": "10.2.0",
|
|
"requirejs-browser": "2.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"homepage": "https://github.com/hexonet/idna-uts46",
|
|
"keywords": [
|
|
"unicode",
|
|
"idn",
|
|
"idna",
|
|
"domain"
|
|
],
|
|
"license": "MIT",
|
|
"main": "uts46.js",
|
|
"name": "idna-uts46-hx",
|
|
"nyc": {
|
|
"reporter": [
|
|
"html",
|
|
"text"
|
|
],
|
|
"exclude": [
|
|
"**/*.spec.js",
|
|
"idna-map.js"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hexonet/idna-uts46.git"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test-COVERAGE --silent",
|
|
"test-COVERAGE": "cross-env NODE_ENV=development nyc npm run test-MOCHA --silent",
|
|
"test-MOCHA": "_mocha --opts mocha.opts $(find ./test -type f -name '*.spec.js')"
|
|
},
|
|
"version": "2.3.1"
|
|
}
|