Files
cm-app-rest/node_modules/hex-to-array-buffer/package.json

55 lines
1.6 KiB
JSON

{
"_from": "hex-to-array-buffer@^1.1.0",
"_id": "hex-to-array-buffer@1.1.0",
"_inBundle": false,
"_integrity": "sha512-vvl3IM8FfT1uOnHtEqyjkDK9Luqz6MQrH82qIvVnjyXxRhkeaEZyRRPiBgf2yym3nweRVEfayxt/1SoTXZYd4Q==",
"_location": "/hex-to-array-buffer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hex-to-array-buffer@^1.1.0",
"name": "hex-to-array-buffer",
"escapedName": "hex-to-array-buffer",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/hex-to-array-buffer/-/hex-to-array-buffer-1.1.0.tgz",
"_shasum": "17cb9613da06c3fefe4bc27436b5bcddf9d309c3",
"_spec": "hex-to-array-buffer@^1.1.0",
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-rest",
"bugs": {
"url": "https://github.com/LinusU/hex-to-array-buffer/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Turn a string of hexadecimal characters into an `ArrayBuffer`.",
"devDependencies": {
"arraybuffer-equal": "^1.0.4",
"standard": "^10.0.3"
},
"homepage": "https://github.com/LinusU/hex-to-array-buffer#readme",
"keywords": [
"ArrayBuffer",
"conversion",
"hex",
"hexadecimal",
"string"
],
"license": "MIT",
"name": "hex-to-array-buffer",
"repository": {
"type": "git",
"url": "git+https://github.com/LinusU/hex-to-array-buffer.git"
},
"scripts": {
"test": "standard && node test"
},
"version": "1.1.0"
}