package.json
2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"_from": "typedarray-to-buffer@^3.1.5",
"_id": "typedarray-to-buffer@3.1.5",
"_inBundle": false,
"_integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
"_location": "/typedarray-to-buffer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
"_shasum": "a97ee7a9ff42691b9f783ff1bc5112fe3fca9080",
"_spec": "typedarray-to-buffer@^3.1.5",
"_where": "C:\\Users\\KoMoGoon\\documents\\github\\web_project2\\node_modules\\write-file-atomic",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/typedarray-to-buffer/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-typedarray": "^1.0.0"
},
"deprecated": false,
"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"
}