1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/which-boxed-primitive/package.json

84 lines
2.3 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"_from": "which-boxed-primitive@^1.0.1",
"_id": "which-boxed-primitive@1.0.1",
"_inBundle": false,
"_integrity": "sha512-7BT4TwISdDGBgaemWU0N0OU7FeAEJ9Oo2P1PHRm/FCWoEi2VLWC9b6xvxAA3C/NMpxg3HXVgi0sMmGbNUbNepQ==",
"_location": "/which-boxed-primitive",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "which-boxed-primitive@^1.0.1",
"name": "which-boxed-primitive",
"escapedName": "which-boxed-primitive",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/deep-equal"
],
"_resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.1.tgz",
"_shasum": "cbe8f838ebe91ba2471bb69e9edbda67ab5a5ec1",
"_spec": "which-boxed-primitive@^1.0.1",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix\\node_modules\\deep-equal",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com"
},
"auto-changelog": {
"backfillLimit": false,
"commitLimit": false,
"template": "keepachangelog"
},
"bugs": {
"url": "https://github.com/ljharb/which-boxed-primitive/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-bigint": "^1.0.0",
"is-boolean-object": "^1.0.0",
"is-number-object": "^1.0.3",
"is-string": "^1.0.4",
"is-symbol": "^1.0.2"
},
"deprecated": false,
"description": "Which kind of boxed JS primitive is this?",
"devDependencies": {
"@ljharb/eslint-config": "^14.0.2",
"auto-changelog": "^1.14.1",
"eslint": "^6.1.0",
"has-symbols": "^1.0.0",
"in-publish": "^2.0.0",
"object-inspect": "^1.6.0",
"safe-publish-latest": "^1.1.2",
"tape": "^4.11.0"
},
"homepage": "https://github.com/ljharb/which-boxed-primitive#readme",
"keywords": [
"boxed",
"primitive",
"object",
"ecmascript",
"javascript",
"which"
],
"license": "MIT",
"main": "index.js",
"name": "which-boxed-primitive",
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/which-boxed-primitive.git"
},
"scripts": {
"lint": "eslint .",
"posttest": "npx aud",
"prepublish": "not-in-publish || safe-publish-latest",
"pretest": "npm run lint",
"preversion": "auto-changelog",
"test": "npm run tests-only",
"tests-only": "node test"
},
"version": "1.0.1"
}