61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"hexify@1.0.1",
|
|
"/home/massta/Documents/new"
|
|
]
|
|
],
|
|
"_from": "hexify@1.0.1",
|
|
"_id": "hexify@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-VDzhcWKHacIROAknZK2NkEtp8uE=",
|
|
"_location": "/hexify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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",
|
|
"_spec": "1.0.1",
|
|
"_where": "/home/massta/Documents/new",
|
|
"author": {
|
|
"name": "tomkp"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tomkp/hexify/issues"
|
|
},
|
|
"dependencies": {},
|
|
"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"
|
|
}
|