72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"_from": "strip-hex-prefix@1.0.0",
|
|
"_id": "strip-hex-prefix@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-q8d4ue7JGEiVcypji1bALTos+0pWtyGlivAWyPuTkHzuTCJqrK9sWxYQZUq6Nq3cuyv3bm734IhHvHtGGURU6A==",
|
|
"_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",
|
|
"/number-to-bn"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz",
|
|
"_shasum": "0c5f155fef1151373377de9dbb588da05500e36f",
|
|
"_spec": "strip-hex-prefix@1.0.0",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\number-to-bn",
|
|
"author": {
|
|
"name": "Nick Dodson",
|
|
"email": "thenickdodson@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SilentCicero/strip-hex-prefix/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"is-hex-prefixed": "1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|