[79a0317] | 1 | {
|
---|
| 2 | "_from": "side-channel-weakmap@^1.0.2",
|
---|
| 3 | "_id": "side-channel-weakmap@1.0.2",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
---|
| 6 | "_location": "/side-channel-weakmap",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "side-channel-weakmap@^1.0.2",
|
---|
| 12 | "name": "side-channel-weakmap",
|
---|
| 13 | "escapedName": "side-channel-weakmap",
|
---|
| 14 | "rawSpec": "^1.0.2",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.0.2"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/side-channel"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
---|
| 22 | "_shasum": "11dda19d5368e40ce9ec2bdc1fb0ecbc0790ecea",
|
---|
| 23 | "_spec": "side-channel-weakmap@^1.0.2",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/side-channel",
|
---|
| 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/ljharb/side-channel-weakmap/issues"
|
---|
| 39 | },
|
---|
| 40 | "bundleDependencies": false,
|
---|
| 41 | "dependencies": {
|
---|
| 42 | "call-bound": "^1.0.2",
|
---|
| 43 | "es-errors": "^1.3.0",
|
---|
| 44 | "get-intrinsic": "^1.2.5",
|
---|
| 45 | "object-inspect": "^1.13.3",
|
---|
| 46 | "side-channel-map": "^1.0.1"
|
---|
| 47 | },
|
---|
| 48 | "deprecated": false,
|
---|
| 49 | "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
|
---|
| 50 | "devDependencies": {
|
---|
| 51 | "@arethetypeswrong/cli": "^0.17.1",
|
---|
| 52 | "@ljharb/eslint-config": "^21.1.1",
|
---|
| 53 | "@ljharb/tsconfig": "^0.2.2",
|
---|
| 54 | "@types/call-bind": "^1.0.5",
|
---|
| 55 | "@types/get-intrinsic": "^1.2.3",
|
---|
| 56 | "@types/object-inspect": "^1.13.0",
|
---|
| 57 | "@types/tape": "^5.6.5",
|
---|
| 58 | "auto-changelog": "^2.5.0",
|
---|
| 59 | "eclint": "^2.8.1",
|
---|
| 60 | "encoding": "^0.1.13",
|
---|
| 61 | "eslint": "=8.8.0",
|
---|
| 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-weakmap#readme",
|
---|
| 80 | "keywords": [
|
---|
| 81 | "weakmap",
|
---|
| 82 | "map",
|
---|
| 83 | "side",
|
---|
| 84 | "channel",
|
---|
| 85 | "metadata"
|
---|
| 86 | ],
|
---|
| 87 | "license": "MIT",
|
---|
| 88 | "main": "index.js",
|
---|
| 89 | "name": "side-channel-weakmap",
|
---|
| 90 | "publishConfig": {
|
---|
| 91 | "ignore": [
|
---|
| 92 | ".github/workflows"
|
---|
| 93 | ]
|
---|
| 94 | },
|
---|
| 95 | "repository": {
|
---|
| 96 | "type": "git",
|
---|
| 97 | "url": "git+https://github.com/ljharb/side-channel-weakmap.git"
|
---|
| 98 | },
|
---|
| 99 | "scripts": {
|
---|
| 100 | "lint": "eslint --ext=js,mjs .",
|
---|
| 101 | "postlint": "tsc -p . && attw -P",
|
---|
| 102 | "posttest": "npx npm@'>=10.2' audit --production",
|
---|
| 103 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 104 | "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
|
---|
| 105 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
| 106 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 107 | "prepublishOnly": "safe-publish-latest",
|
---|
| 108 | "pretest": "npm run lint",
|
---|
| 109 | "test": "npm run tests-only",
|
---|
| 110 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 111 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 112 | },
|
---|
| 113 | "types": "./index.d.ts",
|
---|
| 114 | "version": "1.0.2"
|
---|
| 115 | }
|
---|