package.json
1.5 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
{
"_from": "node-record-lpcm16",
"_id": "node-record-lpcm16@1.0.1",
"_inBundle": false,
"_integrity": "sha512-H75GMOP8ErnF67m21+qSgj4USnzv5RLfm7OkEItdIi+soNKoJZpMQPX6umM8Cn9nVPSgd/dBUtc1msst5MmABA==",
"_location": "/node-record-lpcm16",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-record-lpcm16",
"name": "node-record-lpcm16",
"escapedName": "node-record-lpcm16",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-record-lpcm16/-/node-record-lpcm16-1.0.1.tgz",
"_shasum": "2201dee8d7dc8fc4055ab1bd275154201433e635",
"_spec": "node-record-lpcm16",
"_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding",
"author": {
"name": "Gilles De Mey"
},
"bugs": {
"url": "https://github.com/gillesdemey/node-record-lpcm16/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^2.6.8"
},
"deprecated": false,
"description": "Record a microphone input stream",
"devDependencies": {
"standard": "^13.0.2"
},
"homepage": "https://github.com/gillesdemey/node-record-lpcm16",
"keywords": [
"sox",
"audio",
"speech",
"record"
],
"license": "ISC",
"main": "index.js",
"name": "node-record-lpcm16",
"repository": {
"type": "git",
"url": "git+https://github.com/gillesdemey/node-record-lpcm16.git"
},
"scripts": {
"test": "standard"
},
"version": "1.0.1"
}