{
  "_args": [
    [
      "eth-ens-namehash@2.0.8",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_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.npmjs.org/eth-ens-namehash/-/eth-ens-namehash-2.0.8.tgz",
  "_spec": "2.0.8",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Dan Finlay",
    "email": "dan@danfinlay.com"
  },
  "bugs": {
    "url": "https://github.com/danfinlay/eth-ens-namehash/issues"
  },
  "dependencies": {
    "idna-uts46-hx": "^2.3.1",
    "js-sha3": "^0.5.7"
  },
  "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"
}
