1 | {
|
---|
2 | "_from": "which-collection@^1.0.2",
|
---|
3 | "_id": "which-collection@1.0.2",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
|
---|
6 | "_location": "/which-collection",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "which-collection@^1.0.2",
|
---|
12 | "name": "which-collection",
|
---|
13 | "escapedName": "which-collection",
|
---|
14 | "rawSpec": "^1.0.2",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.0.2"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/which-builtin-type"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
|
---|
22 | "_shasum": "627ef76243920a107e7ce8e96191debe4b16c2a0",
|
---|
23 | "_spec": "which-collection@^1.0.2",
|
---|
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/which-collection/issues"
|
---|
39 | },
|
---|
40 | "bundleDependencies": false,
|
---|
41 | "dependencies": {
|
---|
42 | "is-map": "^2.0.3",
|
---|
43 | "is-set": "^2.0.3",
|
---|
44 | "is-weakmap": "^2.0.2",
|
---|
45 | "is-weakset": "^2.0.3"
|
---|
46 | },
|
---|
47 | "deprecated": false,
|
---|
48 | "description": "Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.",
|
---|
49 | "devDependencies": {
|
---|
50 | "@arethetypeswrong/cli": "^0.15.0",
|
---|
51 | "@ljharb/eslint-config": "^21.1.0",
|
---|
52 | "@types/for-each": "^0.3.3",
|
---|
53 | "@types/object-inspect": "^1.8.4",
|
---|
54 | "@types/tape": "^5.6.4",
|
---|
55 | "aud": "^2.0.4",
|
---|
56 | "auto-changelog": "^2.4.0",
|
---|
57 | "eslint": "=8.8.0",
|
---|
58 | "for-each": "^0.3.3",
|
---|
59 | "in-publish": "^2.0.1",
|
---|
60 | "npmignore": "^0.3.1",
|
---|
61 | "nyc": "^10.3.2",
|
---|
62 | "object-inspect": "^1.13.1",
|
---|
63 | "safe-publish-latest": "^2.0.0",
|
---|
64 | "tape": "^5.7.5",
|
---|
65 | "typescript": "next"
|
---|
66 | },
|
---|
67 | "engines": {
|
---|
68 | "node": ">= 0.4"
|
---|
69 | },
|
---|
70 | "exports": {
|
---|
71 | ".": "./index.js",
|
---|
72 | "./package.json": "./package.json"
|
---|
73 | },
|
---|
74 | "funding": {
|
---|
75 | "url": "https://github.com/sponsors/ljharb"
|
---|
76 | },
|
---|
77 | "homepage": "https://github.com/inspect-js/which-collection#readme",
|
---|
78 | "keywords": [
|
---|
79 | "map",
|
---|
80 | "set",
|
---|
81 | "weakmap",
|
---|
82 | "weakset",
|
---|
83 | "collection.es6",
|
---|
84 | "es2015"
|
---|
85 | ],
|
---|
86 | "license": "MIT",
|
---|
87 | "main": "index.js",
|
---|
88 | "name": "which-collection",
|
---|
89 | "publishConfig": {
|
---|
90 | "ignore": [
|
---|
91 | ".github/workflows"
|
---|
92 | ]
|
---|
93 | },
|
---|
94 | "repository": {
|
---|
95 | "type": "git",
|
---|
96 | "url": "git+https://github.com/inspect-js/which-collection.git"
|
---|
97 | },
|
---|
98 | "scripts": {
|
---|
99 | "lint": "eslint --ext=js,mjs .",
|
---|
100 | "postlint": "tsc -p . && attw -P",
|
---|
101 | "posttest": "npx aud --production",
|
---|
102 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
103 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
104 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
105 | "prepublishOnly": "safe-publish-latest",
|
---|
106 | "pretest": "npm run lint",
|
---|
107 | "test": "npm run tests-only",
|
---|
108 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
109 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
110 | },
|
---|
111 | "sideEffects": false,
|
---|
112 | "version": "1.0.2"
|
---|
113 | }
|
---|