source: imaps-frontend/node_modules/is-finalizationregistry/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.4 KB
Line 
1{
2 "_from": "is-finalizationregistry@^1.1.0",
3 "_id": "is-finalizationregistry@1.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
6 "_location": "/is-finalizationregistry",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-finalizationregistry@^1.1.0",
12 "name": "is-finalizationregistry",
13 "escapedName": "is-finalizationregistry",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/which-builtin-type"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
22 "_shasum": "eefdcdc6c94ddd0674d9c85887bf93f944a97c90",
23 "_spec": "is-finalizationregistry@^1.1.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/which-builtin-type",
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-finalizationregistry/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "call-bound": "^1.0.3"
43 },
44 "deprecated": false,
45 "description": "Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
46 "devDependencies": {
47 "@arethetypeswrong/cli": "^0.17.1",
48 "@ljharb/eslint-config": "^21.1.1",
49 "@ljharb/tsconfig": "^0.2.2",
50 "@types/for-each": "^0.3.3",
51 "@types/object-inspect": "^1.13.0",
52 "@types/tape": "^5.7.0",
53 "auto-changelog": "^2.5.0",
54 "encoding": "^0.1.13",
55 "eslint": "=8.8.0",
56 "for-each": "^0.3.3",
57 "in-publish": "^2.0.1",
58 "npmignore": "^0.3.1",
59 "nyc": "^10.3.2",
60 "object-inspect": "^1.13.3",
61 "safe-publish-latest": "^2.0.0",
62 "tape": "^5.9.0",
63 "typescript": "next"
64 },
65 "engines": {
66 "node": ">= 0.4"
67 },
68 "exports": {
69 ".": "./index.js",
70 "./package.json": "./package.json"
71 },
72 "funding": {
73 "url": "https://github.com/sponsors/ljharb"
74 },
75 "homepage": "https://github.com/inspect-js/is-finalizationregistry#readme",
76 "keywords": [
77 "weakref",
78 "finalization",
79 "finalizationregistry",
80 "finalization registry"
81 ],
82 "license": "MIT",
83 "main": "index.js",
84 "name": "is-finalizationregistry",
85 "publishConfig": {
86 "ignore": [
87 ".github/workflows"
88 ]
89 },
90 "repository": {
91 "type": "git",
92 "url": "git+https://github.com/inspect-js/is-finalizationregistry.git"
93 },
94 "scripts": {
95 "lint": "eslint --ext=.js,.mjs .",
96 "postlint": "tsc -P . && attw -P",
97 "posttest": "npx npm@'>=10.2' audit --production",
98 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
99 "prepack": "npmignore --auto --commentLines=autogenerated",
100 "prepublish": "not-in-publish || npm run prepublishOnly",
101 "prepublishOnly": "safe-publish-latest",
102 "pretest": "npm run lint",
103 "test": "npm run tests-only",
104 "tests-only": "nyc tape 'test/**/*.js'",
105 "version": "auto-changelog && git add CHANGELOG.md"
106 },
107 "sideEffects": true,
108 "types": "index.d.ts",
109 "version": "1.1.1"
110}
Note: See TracBrowser for help on using the repository browser.