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

66 lines
1.5 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"_args": [
[
"json-bigint@0.3.0",
"C:\\Users\\matia\\Musix"
]
],
"_from": "json-bigint@0.3.0",
"_id": "json-bigint@0.3.0",
"_inBundle": false,
"_integrity": "sha1-DM2RLEuCcNBfBW+9E4FLU9OCWx4=",
"_location": "/json-bigint",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "json-bigint@0.3.0",
"name": "json-bigint",
"escapedName": "json-bigint",
"rawSpec": "0.3.0",
"saveSpec": null,
"fetchSpec": "0.3.0"
},
"_requiredBy": [
"/gcp-metadata"
],
"_resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-0.3.0.tgz",
"_spec": "0.3.0",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "Andrey Sidorov",
"email": "sidorares@yandex.ru"
},
"bugs": {
"url": "https://github.com/sidorares/json-bigint/issues"
},
"dependencies": {
"bignumber.js": "^7.0.0"
},
"description": "JSON.parse with bigints support",
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.20.1"
},
"homepage": "https://github.com/sidorares/json-bigint#readme",
"keywords": [
"JSON",
"bigint",
"bignumber",
"parse",
"json"
],
"license": "MIT",
"main": "index.js",
"name": "json-bigint",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sidorares/json-bigint.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec --check-leaks test/*-test.js"
},
"version": "0.3.0"
}