You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.8 KiB
67 lines
1.8 KiB
{
|
|
"_from": "string-to-arraybuffer@^1.0.0",
|
|
"_id": "string-to-arraybuffer@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DaGZidzi93dwjQen5I2osxR9ERS/R7B1PFyufNMnzhj+fmlDQAc1DSDIJVJhgI8Oq221efIMbABUBdPHDRt43Q==",
|
|
"_location": "/string-to-arraybuffer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "string-to-arraybuffer@^1.0.0",
|
|
"name": "string-to-arraybuffer",
|
|
"escapedName": "string-to-arraybuffer",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/to-array-buffer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/string-to-arraybuffer/-/string-to-arraybuffer-1.0.2.tgz",
|
|
"_shasum": "161147fbadea02e28b0935002cec4c40f1ca7f0a",
|
|
"_spec": "string-to-arraybuffer@^1.0.0",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/to-array-buffer",
|
|
"author": {
|
|
"name": "Dima Yv",
|
|
"email": "dfcreative@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dy/string-to-arraybuffer/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"atob-lite": "^2.0.0",
|
|
"is-base64": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Convert base64/datauri/plain string to ArrayBuffer",
|
|
"devDependencies": {
|
|
"arraybuffer-to-string": "^1.0.0",
|
|
"is-browser": "^2.0.1",
|
|
"tape": "^4.7.0"
|
|
},
|
|
"homepage": "https://github.com/dy/string-to-arraybuffer#readme",
|
|
"keywords": [
|
|
"arraybuffer",
|
|
"array-buffer",
|
|
"array",
|
|
"buffer",
|
|
"string",
|
|
"base64",
|
|
"data-uri",
|
|
"data url",
|
|
"uint8"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "string-to-arraybuffer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dy/string-to-arraybuffer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|
|
|