package.json
1.62 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
{
"_from": "@protobufjs/aspromise@^1.1.2",
"_id": "@protobufjs/aspromise@1.1.2",
"_inBundle": false,
"_integrity": "sha1-m4sMxmPWaafY9vXQiToU00jzD78=",
"_location": "/@protobufjs/aspromise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@protobufjs/aspromise@^1.1.2",
"name": "@protobufjs/aspromise",
"escapedName": "@protobufjs%2faspromise",
"scope": "@protobufjs",
"rawSpec": "^1.1.2",
"saveSpec": null,
"fetchSpec": "^1.1.2"
},
"_requiredBy": [
"/@protobufjs/fetch",
"/protobufjs"
],
"_resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
"_shasum": "9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf",
"_spec": "@protobufjs/aspromise@^1.1.2",
"_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\node_modules\\protobufjs",
"author": {
"name": "Daniel Wirtz",
"email": "dcode+protobufjs@dcode.io"
},
"bugs": {
"url": "https://github.com/dcodeIO/protobuf.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Returns a promise from a node-style callback function.",
"devDependencies": {
"istanbul": "^0.4.5",
"tape": "^4.6.3"
},
"homepage": "https://github.com/dcodeIO/protobuf.js#readme",
"license": "BSD-3-Clause",
"main": "index.js",
"name": "@protobufjs/aspromise",
"repository": {
"type": "git",
"url": "git+https://github.com/dcodeIO/protobuf.js.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
"test": "tape tests/*.js"
},
"types": "index.d.ts",
"version": "1.1.2"
}