1 | {
|
---|
2 | "_from": "side-channel-map@^1.0.1",
|
---|
3 | "_id": "side-channel-map@1.0.1",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
---|
6 | "_location": "/side-channel-map",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "side-channel-map@^1.0.1",
|
---|
12 | "name": "side-channel-map",
|
---|
13 | "escapedName": "side-channel-map",
|
---|
14 | "rawSpec": "^1.0.1",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.0.1"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/side-channel",
|
---|
20 | "/side-channel-weakmap"
|
---|
21 | ],
|
---|
22 | "_resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
---|
23 | "_shasum": "d6bb6b37902c6fef5174e5f533fab4c732a26f42",
|
---|
24 | "_spec": "side-channel-map@^1.0.1",
|
---|
25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/side-channel",
|
---|
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/side-channel-map/issues"
|
---|
40 | },
|
---|
41 | "bundleDependencies": false,
|
---|
42 | "dependencies": {
|
---|
43 | "call-bound": "^1.0.2",
|
---|
44 | "es-errors": "^1.3.0",
|
---|
45 | "get-intrinsic": "^1.2.5",
|
---|
46 | "object-inspect": "^1.13.3"
|
---|
47 | },
|
---|
48 | "deprecated": false,
|
---|
49 | "description": "Store information about any JS value in a side channel, using a Map",
|
---|
50 | "devDependencies": {
|
---|
51 | "@arethetypeswrong/cli": "^0.17.1",
|
---|
52 | "@ljharb/eslint-config": "^21.1.1",
|
---|
53 | "@ljharb/tsconfig": "^0.2.2",
|
---|
54 | "@types/get-intrinsic": "^1.2.3",
|
---|
55 | "@types/object-inspect": "^1.13.0",
|
---|
56 | "@types/tape": "^5.6.5",
|
---|
57 | "auto-changelog": "^2.5.0",
|
---|
58 | "eclint": "^2.8.1",
|
---|
59 | "encoding": "^0.1.13",
|
---|
60 | "eslint": "=8.8.0",
|
---|
61 | "evalmd": "^0.0.19",
|
---|
62 | "in-publish": "^2.0.1",
|
---|
63 | "npmignore": "^0.3.1",
|
---|
64 | "nyc": "^10.3.2",
|
---|
65 | "safe-publish-latest": "^2.0.0",
|
---|
66 | "tape": "^5.9.0",
|
---|
67 | "typescript": "next"
|
---|
68 | },
|
---|
69 | "engines": {
|
---|
70 | "node": ">= 0.4"
|
---|
71 | },
|
---|
72 | "exports": {
|
---|
73 | ".": "./index.js",
|
---|
74 | "./package.json": "./package.json"
|
---|
75 | },
|
---|
76 | "funding": {
|
---|
77 | "url": "https://github.com/sponsors/ljharb"
|
---|
78 | },
|
---|
79 | "homepage": "https://github.com/ljharb/side-channel-map#readme",
|
---|
80 | "keywords": [],
|
---|
81 | "license": "MIT",
|
---|
82 | "main": "index.js",
|
---|
83 | "name": "side-channel-map",
|
---|
84 | "publishConfig": {
|
---|
85 | "ignore": [
|
---|
86 | ".github/workflows"
|
---|
87 | ]
|
---|
88 | },
|
---|
89 | "repository": {
|
---|
90 | "type": "git",
|
---|
91 | "url": "git+https://github.com/ljharb/side-channel-map.git"
|
---|
92 | },
|
---|
93 | "scripts": {
|
---|
94 | "lint": "eslint --ext=js,mjs .",
|
---|
95 | "postlint": "tsc -p . && attw -P",
|
---|
96 | "posttest": "npx npm@'>= 10.2' audit --production",
|
---|
97 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
98 | "prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
|
---|
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 | "types": "./index.d.ts",
|
---|
108 | "version": "1.0.1"
|
---|
109 | }
|
---|