{
  "_args": [
    [
      "strip-hex-prefix@1.0.0",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "strip-hex-prefix@1.0.0",
  "_id": "strip-hex-prefix@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-DF8VX+8RUTczd96du1iNoFUA428=",
  "_location": "/strip-hex-prefix",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "strip-hex-prefix@1.0.0",
    "name": "strip-hex-prefix",
    "escapedName": "strip-hex-prefix",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/ethjs-util"
  ],
  "_resolved": "https://registry.npmjs.org/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "Nick Dodson",
    "email": "thenickdodson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/SilentCicero/strip-hex-prefix/issues"
  },
  "dependencies": {
    "is-hex-prefixed": "1.0.0"
  },
  "description": "A simple method that will strip a valid hex prefix off a string, if present.",
  "devDependencies": {
    "chai": "3.5.0",
    "coveralls": "2.11.9",
    "istanbul": "0.4.5",
    "mocha": "3.2.0"
  },
  "engines": {
    "node": ">=6.5.0",
    "npm": ">=3"
  },
  "homepage": "https://github.com/SilentCicero/strip-hex-prefix#readme",
  "keywords": [
    "is",
    "hex",
    "prefixed",
    "prefix",
    "checker",
    "method"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "strip-hex-prefix",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/SilentCicero/strip-hex-prefix.git"
  },
  "scripts": {
    "coveralls": "npm run test-travis && cat ./coverage/lcov.info | coveralls",
    "test": "mocha src/tests/**/**.js",
    "test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js"
  },
  "version": "1.0.0"
}
