58 lines
1.4 KiB
JSON
Executable File
58 lines
1.4 KiB
JSON
Executable File
{
|
|
"_from": "hexify@^1.0.1",
|
|
"_id": "hexify@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-VDzhcWKHacIROAknZK2NkEtp8uE=",
|
|
"_location": "/hexify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "hexify@^1.0.1",
|
|
"name": "hexify",
|
|
"escapedName": "hexify",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/smartcard"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/hexify/-/hexify-1.0.1.tgz",
|
|
"_shasum": "543ce171628769c21138092764ad8d904b69f2e1",
|
|
"_spec": "hexify@^1.0.1",
|
|
"_where": "C:\\Users\\Massta\\Desktop\\new\\node_modules\\smartcard",
|
|
"author": {
|
|
"name": "tomkp"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tomkp/hexify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Hex conversion utils",
|
|
"devDependencies": {
|
|
"covert": "^1.1.0",
|
|
"tap-spec": "^4.1.1",
|
|
"tape": "^4.4.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/tomkp/hexify",
|
|
"license": "ISC",
|
|
"main": "hexify.js",
|
|
"name": "hexify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tomkp/hexify.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "covert test/*.js",
|
|
"release:patch": "npm test && npm version patch && git push && npm publish",
|
|
"test": "node test/hexify-test.js | tap-spec"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|