blob: cbb4f5add5d3c083962416ceb42eaa903a1c8b4b [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-bigint@^1.0.1",
3 "_id": "is-bigint@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==",
6 "_location": "/is-bigint",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-bigint@^1.0.1",
12 "name": "is-bigint",
13 "escapedName": "is-bigint",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/which-boxed-primitive"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.1.tgz",
22 "_shasum": "6923051dfcbc764278540b9ce0e6b3213aa5ebc2",
23 "_spec": "is-bigint@^1.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\which-boxed-primitive",
25 "author": {
26 "name": "Jordan Harband",
27 "email": "ljharb@gmail.com"
28 },
29 "auto-changelog": {
30 "output": "CHANGELOG.md",
31 "template": "keepachangelog",
32 "unreleased": false,
33 "commitLimit": false,
34 "backfillLimit": false,
35 "hideCredit": true
36 },
37 "bugs": {
38 "url": "https://github.com/ljharb/is-bigint/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {},
42 "deprecated": false,
43 "description": "Is this value an ES BigInt?",
44 "devDependencies": {
45 "@ljharb/eslint-config": "^17.3.0",
46 "aud": "^1.1.3",
47 "auto-changelog": "^2.2.1",
48 "eslint": "^7.14.0",
49 "has-symbols": "^1.0.1",
50 "nyc": "^10.3.2",
51 "object-inspect": "^1.8.0",
52 "safe-publish-latest": "^1.1.4",
53 "tape": "^5.0.1"
54 },
55 "funding": {
56 "url": "https://github.com/sponsors/ljharb"
57 },
58 "homepage": "https://github.com/ljharb/is-bigint#readme",
59 "keywords": [
60 "bigint",
61 "es",
62 "integer",
63 "is"
64 ],
65 "license": "MIT",
66 "main": "index.js",
67 "name": "is-bigint",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/ljharb/is-bigint.git"
71 },
72 "scripts": {
73 "lint": "eslint .",
74 "posttest": "aud --production",
75 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
76 "prepublish": "safe-publish-latest",
77 "pretest": "npm run lint",
78 "test": "npm run tests-only",
79 "tests-only": "nyc tape 'test/**/*.js'",
80 "version": "auto-changelog && git add CHANGELOG.md"
81 },
82 "version": "1.0.1"
83}