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

67 lines
1.7 KiB
JSON

{
"_from": "is-bigint@^1.0.0",
"_id": "is-bigint@1.0.0",
"_inBundle": false,
"_integrity": "sha512-t5mGUXC/xRheCK431ylNiSkGGpBp8bHENBcENTkDT6ppwPzEVxNGZRvgvmOEfbWkFhA7D2GEuE2mmQTr78sl2g==",
"_location": "/is-bigint",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-bigint@^1.0.0",
"name": "is-bigint",
"escapedName": "is-bigint",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/which-boxed-primitive"
],
"_resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.0.tgz",
"_shasum": "73da8c33208d00f130e9b5e15d23eac9215601c4",
"_spec": "is-bigint@^1.0.0",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix\\node_modules\\which-boxed-primitive",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com"
},
"bugs": {
"url": "https://github.com/ljharb/is-bigint/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Is this value an ES BigInt?",
"devDependencies": {
"@ljharb/eslint-config": "^13.0.0",
"eslint": "^5.6.0",
"has-symbols": "^1.0.0",
"object-inspect": "^1.6.0",
"safe-publish-latest": "^1.1.2",
"tape": "^4.9.1"
},
"homepage": "https://github.com/ljharb/is-bigint#readme",
"keywords": [
"bigint",
"es",
"integer",
"is"
],
"license": "MIT",
"main": "index.js",
"name": "is-bigint",
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/is-bigint.git"
},
"scripts": {
"lint": "eslint .",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "node test"
},
"version": "1.0.0"
}