A suite to track Project Diva score statistics and ratings / D4DJ event data.
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.
 
 
 
 
 
 
projectdivar/server/node_modules/arraybuffer-to-string/package.json

65 lines
1.8 KiB

{
"_from": "arraybuffer-to-string@^1.0.2",
"_id": "arraybuffer-to-string@1.0.2",
"_inBundle": false,
"_integrity": "sha512-WbIYlLVmvIAyUBdQRRuyGOJRriOQy9OAsWcyURmsRQp9+g647hdMSS2VFKXbJLVw0daUu06hqwLXm9etVrXI9A==",
"_location": "/arraybuffer-to-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "arraybuffer-to-string@^1.0.2",
"name": "arraybuffer-to-string",
"escapedName": "arraybuffer-to-string",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/image-pixels"
],
"_resolved": "https://registry.npmjs.org/arraybuffer-to-string/-/arraybuffer-to-string-1.0.2.tgz",
"_shasum": "c373aa7bb0e6844d9a2bc9654c8889a9570a26e2",
"_spec": "arraybuffer-to-string@^1.0.2",
"_where": "/home/sigonasr2/divar/server/node_modules/image-pixels",
"author": {
"name": "Dima Yv",
"email": "dfcreative@gmail.com"
},
"browser": "./browser.js",
"bugs": {
"url": "https://github.com/dfcreative/arraybuffer-to-string/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convert ArrayBuffer to string",
"devDependencies": {
"buffer-to-arraybuffer": "0.0.4",
"is-browser": "^2.0.1",
"string-to-arraybuffer": "^1.0.0",
"tape": "^4.7.0"
},
"homepage": "https://github.com/dfcreative/arraybuffer-to-string#readme",
"keywords": [
"arraybuffer",
"array-buffer",
"array",
"buffer",
"string",
"base64",
"atob",
"btoa",
"datauri"
],
"license": "MIT",
"main": "index.js",
"name": "arraybuffer-to-string",
"repository": {
"type": "git",
"url": "git+https://github.com/dfcreative/arraybuffer-to-string.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.2"
}