1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 14:01:55 +00:00
musix-oss/node_modules/@protobufjs/float/package.json

63 lines
1.6 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"_args": [
[
"@protobufjs/float@1.0.2",
"C:\\Users\\matia\\Musix"
]
],
"_from": "@protobufjs/float@1.0.2",
"_id": "@protobufjs/float@1.0.2",
"_inBundle": false,
"_integrity": "sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E=",
"_location": "/@protobufjs/float",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@protobufjs/float@1.0.2",
"name": "@protobufjs/float",
"escapedName": "@protobufjs%2ffloat",
"scope": "@protobufjs",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/protobufjs"
],
"_resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "Daniel Wirtz",
"email": "dcode+protobufjs@dcode.io"
},
"bugs": {
"url": "https://github.com/dcodeIO/protobuf.js/issues"
},
"dependencies": {},
"description": "Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.",
"devDependencies": {
"benchmark": "^2.1.4",
"chalk": "^1.1.3",
"ieee754": "^1.1.8",
"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/float",
"repository": {
"type": "git",
"url": "git+https://github.com/dcodeIO/protobuf.js.git"
},
"scripts": {
"bench": "node bench",
"coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
"test": "tape tests/*.js"
},
"types": "index.d.ts",
"version": "1.0.2"
}