1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/@protobufjs/aspromise/package.json
2020-03-03 22:30:50 +02:00

59 lines
1.5 KiB
JSON

{
"_args": [
[
"@protobufjs/aspromise@1.1.2",
"C:\\Users\\matia\\Musix"
]
],
"_from": "@protobufjs/aspromise@1.1.2",
"_id": "@protobufjs/aspromise@1.1.2",
"_inBundle": false,
"_integrity": "sha1-m4sMxmPWaafY9vXQiToU00jzD78=",
"_location": "/@protobufjs/aspromise",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "1.1.2",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "Daniel Wirtz",
"email": "dcode+protobufjs@dcode.io"
},
"bugs": {
"url": "https://github.com/dcodeIO/protobuf.js/issues"
},
"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"
}