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