2025-04-19 15:38:48 +08:00

63 lines
1.8 KiB
JSON

{
"_from": "eth-ens-namehash@2.0.8",
"_id": "eth-ens-namehash@2.0.8",
"_inBundle": false,
"_integrity": "sha512-VWEI1+KJfz4Km//dadyvBBoBeSQ0MHTXPvr8UIXiLW6IanxvAV+DmlZAijZwAyggqGUfwQBeHf7tc9wzc1piSw==",
"_location": "/eth-ens-namehash",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eth-ens-namehash@2.0.8",
"name": "eth-ens-namehash",
"escapedName": "eth-ens-namehash",
"rawSpec": "2.0.8",
"saveSpec": null,
"fetchSpec": "2.0.8"
},
"_requiredBy": [
"/web3-eth-ens"
],
"_resolved": "https://registry.npmmirror.com/eth-ens-namehash/-/eth-ens-namehash-2.0.8.tgz",
"_shasum": "229ac46eca86d52e0c991e7cb2aef83ff0f68bcf",
"_spec": "eth-ens-namehash@2.0.8",
"_where": "D:\\ruyi\\dapp\\node_modules\\web3-eth-ens",
"author": {
"name": "Dan Finlay",
"email": "dan@danfinlay.com"
},
"bugs": {
"url": "https://github.com/danfinlay/eth-ens-namehash/issues"
},
"bundleDependencies": false,
"dependencies": {
"idna-uts46-hx": "^2.3.1",
"js-sha3": "^0.5.7"
},
"deprecated": false,
"description": "A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browserify": "^14.0.0",
"tape": "^4.6.3"
},
"homepage": "https://github.com/danfinlay/eth-ens-namehash#readme",
"keywords": [
"Ethereum",
"ENS"
],
"license": "ISC",
"main": "index.js",
"name": "eth-ens-namehash",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/danfinlay/eth-ens-namehash.git"
},
"scripts": {
"bundle": "browserify index.js -o dist/index.js",
"test": "node test"
},
"version": "2.0.8"
}