blob: 4798faf507e2d2d659c975cc3cb663fdb3bb0119 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "has-bigints@^1.0.0",
3 "_id": "has-bigints@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==",
6 "_location": "/has-bigints",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "has-bigints@^1.0.0",
12 "name": "has-bigints",
13 "escapedName": "has-bigints",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/unbox-primitive"
20 ],
21 "_resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
22 "_shasum": "64fe6acb020673e3b78db035a5af69aa9d07b113",
23 "_spec": "has-bigints@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\unbox-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/has-bigints/issues"
39 },
40 "bundleDependencies": false,
41 "deprecated": false,
42 "description": "Determine if the JS environment has BigInt support.",
43 "devDependencies": {
44 "@ljharb/eslint-config": "^17.3.0",
45 "aud": "^1.1.3",
46 "auto-changelog": "^2.2.1",
47 "eslint": "^7.15.0",
48 "in-publish": "^2.0.1",
49 "nyc": "^10.3.2",
50 "safe-publish-latest": "^1.1.4",
51 "tape": "^5.0.1"
52 },
53 "funding": {
54 "url": "https://github.com/sponsors/ljharb"
55 },
56 "homepage": "https://github.com/ljharb/has-bigints#readme",
57 "keywords": [
58 "BigInt",
59 "bigints",
60 "typeof",
61 "ES2020"
62 ],
63 "license": "MIT",
64 "main": "index.js",
65 "name": "has-bigints",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/ljharb/has-bigints.git"
69 },
70 "scripts": {
71 "lint": "eslint --ext=js,mjs .",
72 "posttest": "aud --production",
73 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
74 "prepublish": "not-in-publish || safe-publish-latest",
75 "pretest": "npm run lint",
76 "test": "npm run tests-only",
77 "tests-only": "nyc tape 'test/**/*.js'",
78 "version": "auto-changelog && git add CHANGELOG.md"
79 },
80 "version": "1.0.1"
81}