lighting-app/node_modules/@protobufjs/utf8/package.json
2022-06-03 11:13:06 +03:00

55 lines
1.6 KiB
JSON

{
"_from": "@protobufjs/utf8@^1.1.0",
"_id": "@protobufjs/utf8@1.1.0",
"_inBundle": false,
"_integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
"_location": "/@protobufjs/utf8",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@protobufjs/utf8@^1.1.0",
"name": "@protobufjs/utf8",
"escapedName": "@protobufjs%2futf8",
"scope": "@protobufjs",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/protobufjs"
],
"_resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
"_shasum": "a777360b5b39a1a2e5106f8e858f2fd2d060c570",
"_spec": "@protobufjs/utf8@^1.1.0",
"_where": "C:\\projects\\blockchain\\lighting\\lapp-crash-course\\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": "A minimal UTF8 implementation for number arrays.",
"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/utf8",
"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.0"
}