[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "has-bigints@^1.0.2",
|
---|
| 3 | "_id": "has-bigints@1.1.0",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
|
---|
| 6 | "_location": "/has-bigints",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "has-bigints@^1.0.2",
|
---|
| 12 | "name": "has-bigints",
|
---|
| 13 | "escapedName": "has-bigints",
|
---|
| 14 | "rawSpec": "^1.0.2",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.0.2"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/is-bigint",
|
---|
| 20 | "/unbox-primitive"
|
---|
| 21 | ],
|
---|
| 22 | "_resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
|
---|
| 23 | "_shasum": "28607e965ac967e03cd2a2c70a2636a1edad49fe",
|
---|
| 24 | "_spec": "has-bigints@^1.0.2",
|
---|
| 25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/is-bigint",
|
---|
| 26 | "author": {
|
---|
| 27 | "name": "Jordan Harband",
|
---|
| 28 | "email": "ljharb@gmail.com"
|
---|
| 29 | },
|
---|
| 30 | "auto-changelog": {
|
---|
| 31 | "output": "CHANGELOG.md",
|
---|
| 32 | "template": "keepachangelog",
|
---|
| 33 | "unreleased": false,
|
---|
| 34 | "commitLimit": false,
|
---|
| 35 | "backfillLimit": false,
|
---|
| 36 | "hideCredit": true
|
---|
| 37 | },
|
---|
| 38 | "bugs": {
|
---|
| 39 | "url": "https://github.com/ljharb/has-bigints/issues"
|
---|
| 40 | },
|
---|
| 41 | "bundleDependencies": false,
|
---|
| 42 | "deprecated": false,
|
---|
| 43 | "description": "Determine if the JS environment has BigInt support.",
|
---|
| 44 | "devDependencies": {
|
---|
| 45 | "@arethetypeswrong/cli": "^0.17.1",
|
---|
| 46 | "@ljharb/eslint-config": "^21.1.1",
|
---|
| 47 | "@ljharb/tsconfig": "^0.2.2",
|
---|
| 48 | "@types/tape": "^5.8.0",
|
---|
| 49 | "auto-changelog": "^2.5.0",
|
---|
| 50 | "encoding": "^0.1.13",
|
---|
| 51 | "eslint": "=8.8.0",
|
---|
| 52 | "in-publish": "^2.0.1",
|
---|
| 53 | "npmignore": "^0.3.1",
|
---|
| 54 | "nyc": "^10.3.2",
|
---|
| 55 | "safe-publish-latest": "^2.0.0",
|
---|
| 56 | "tape": "^5.9.0",
|
---|
| 57 | "typescript": "next"
|
---|
| 58 | },
|
---|
| 59 | "engines": {
|
---|
| 60 | "node": ">= 0.4"
|
---|
| 61 | },
|
---|
| 62 | "funding": {
|
---|
| 63 | "url": "https://github.com/sponsors/ljharb"
|
---|
| 64 | },
|
---|
| 65 | "homepage": "https://github.com/ljharb/has-bigints#readme",
|
---|
| 66 | "keywords": [
|
---|
| 67 | "BigInt",
|
---|
| 68 | "bigints",
|
---|
| 69 | "typeof",
|
---|
| 70 | "ES2020"
|
---|
| 71 | ],
|
---|
| 72 | "license": "MIT",
|
---|
| 73 | "main": "index.js",
|
---|
| 74 | "name": "has-bigints",
|
---|
| 75 | "publishConfig": {
|
---|
| 76 | "ignore": [
|
---|
| 77 | ".github/workflows"
|
---|
| 78 | ]
|
---|
| 79 | },
|
---|
| 80 | "repository": {
|
---|
| 81 | "type": "git",
|
---|
| 82 | "url": "git+https://github.com/ljharb/has-bigints.git"
|
---|
| 83 | },
|
---|
| 84 | "scripts": {
|
---|
| 85 | "lint": "eslint --ext=js,mjs .",
|
---|
| 86 | "postlint": "tsc && attw -P",
|
---|
| 87 | "posttest": "npx npm@'>= 10.2' audit --production",
|
---|
| 88 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 89 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
| 90 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 91 | "prepublishOnly": "safe-publish-latest",
|
---|
| 92 | "pretest": "npm run lint",
|
---|
| 93 | "test": "npm run tests-only",
|
---|
| 94 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 95 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 96 | },
|
---|
| 97 | "version": "1.1.0"
|
---|
[d565449] | 98 | }
|
---|