source: imaps-frontend/node_modules/is-bigint/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.0 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "is-bigint@^1.1.0",
3 "_id": "is-bigint@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
6 "_location": "/is-bigint",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-bigint@^1.1.0",
12 "name": "is-bigint",
13 "escapedName": "is-bigint",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/which-boxed-primitive"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
22 "_shasum": "dda7a3445df57a42583db4228682eba7c4170672",
23 "_spec": "is-bigint@^1.1.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/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/inspect-js/is-bigint/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "has-bigints": "^1.0.2"
43 },
44 "deprecated": false,
45 "description": "Is this value an ES BigInt?",
46 "devDependencies": {
47 "@arethetypeswrong/cli": "^0.17.0",
48 "@ljharb/eslint-config": "^21.1.1",
49 "@ljharb/tsconfig": "^0.2.0",
50 "@types/for-each": "^0.3.3",
51 "@types/object-inspect": "^1.13.0",
52 "@types/tape": "^5.6.5",
53 "auto-changelog": "^2.5.0",
54 "encoding": "^0.1.13",
55 "es-value-fixtures": "^1.5.0",
56 "eslint": "=8.8.0",
57 "for-each": "^0.3.3",
58 "has-tostringtag": "^1.0.2",
59 "in-publish": "^2.0.1",
60 "npmignore": "^0.3.1",
61 "nyc": "^10.3.2",
62 "object-inspect": "^1.13.3",
63 "safe-publish-latest": "^2.0.0",
64 "tape": "^5.9.0",
65 "typescript": "next"
66 },
67 "engines": {
68 "node": ">= 0.4"
69 },
70 "funding": {
71 "url": "https://github.com/sponsors/ljharb"
72 },
73 "homepage": "https://github.com/inspect-js/is-bigint#readme",
74 "keywords": [
75 "bigint",
76 "es",
77 "integer",
78 "is"
79 ],
80 "license": "MIT",
81 "main": "index.js",
82 "name": "is-bigint",
83 "publishConfig": {
84 "ignore": [
85 ".github/workflows"
86 ]
87 },
88 "repository": {
89 "type": "git",
90 "url": "git+https://github.com/inspect-js/is-bigint.git"
91 },
92 "scripts": {
93 "lint": "eslint .",
94 "postlint": "tsc -p . && attw -P",
95 "posttest": "npx npm@'>=10.2' audit --production",
96 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
97 "prepack": "npmignore --auto --commentLines=autogenerated",
98 "prepublish": "not-in-publish || npm run prepublishOnly",
99 "prepublishOnly": "safe-publish-latest",
100 "pretest": "npm run lint",
101 "test": "npm run tests-only",
102 "tests-only": "nyc tape 'test/**/*.js'",
103 "version": "auto-changelog && git add CHANGELOG.md"
104 },
105 "version": "1.1.0"
[d565449]106}
Note: See TracBrowser for help on using the repository browser.