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.
79 lines
2.0 KiB
79 lines
2.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"typedarray-to-buffer@3.1.5",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "typedarray-to-buffer@3.1.5",
|
|
"_id": "typedarray-to-buffer@3.1.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-qX7nqf9CaRufeD/xvFES/j/KkIA=",
|
|
"_location": "/typedarray-to-buffer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "typedarray-to-buffer@3.1.5",
|
|
"name": "typedarray-to-buffer",
|
|
"escapedName": "typedarray-to-buffer",
|
|
"rawSpec": "3.1.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.1.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/write-file-atomic"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz",
|
|
"_spec": "3.1.5",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"author": {
|
|
"name": "Feross Aboukhadijeh",
|
|
"email": "feross@feross.org",
|
|
"url": "http://feross.org/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/feross/typedarray-to-buffer/issues"
|
|
},
|
|
"dependencies": {
|
|
"is-typedarray": "^1.0.0"
|
|
},
|
|
"description": "Convert a typed array to a Buffer without a copy",
|
|
"devDependencies": {
|
|
"airtap": "0.0.4",
|
|
"standard": "*",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"homepage": "http://feross.org",
|
|
"keywords": [
|
|
"buffer",
|
|
"typed array",
|
|
"convert",
|
|
"no copy",
|
|
"uint8array",
|
|
"uint16array",
|
|
"uint32array",
|
|
"int16array",
|
|
"int32array",
|
|
"float32array",
|
|
"float64array",
|
|
"browser",
|
|
"arraybuffer",
|
|
"dataview"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "typedarray-to-buffer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feross/typedarray-to-buffer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && npm run test-node && npm run test-browser",
|
|
"test-browser": "airtap -- test/*.js",
|
|
"test-browser-local": "airtap --local -- test/*.js",
|
|
"test-node": "tape test/*.js"
|
|
},
|
|
"version": "3.1.5"
|
|
}
|
|
|