112 lines
3.2 KiB
JSON
112 lines
3.2 KiB
JSON
{
|
|
"_from": "side-channel@^1.0.4",
|
|
"_id": "side-channel@1.0.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
|
|
"_location": "/side-channel",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "side-channel@^1.0.4",
|
|
"name": "side-channel",
|
|
"escapedName": "side-channel",
|
|
"rawSpec": "^1.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/qs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
|
|
"_shasum": "abd25fb7cd24baf45466406b1096b7831c9215f2",
|
|
"_spec": "side-channel@^1.0.4",
|
|
"_where": "/home/cek/workspace-new/ruscomap/node_modules/qs",
|
|
"author": {
|
|
"name": "Jordan Harband",
|
|
"email": "ljharb@gmail.com"
|
|
},
|
|
"auto-changelog": {
|
|
"output": "CHANGELOG.md",
|
|
"template": "keepachangelog",
|
|
"unreleased": false,
|
|
"commitLimit": false,
|
|
"backfillLimit": false,
|
|
"hideCredit": true
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ljharb/side-channel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.4",
|
|
"object-inspect": "^1.13.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^21.1.0",
|
|
"@types/call-bind": "^1.0.5",
|
|
"@types/get-intrinsic": "^1.2.2",
|
|
"@types/object-inspect": "^1.8.4",
|
|
"@types/tape": "^5.6.4",
|
|
"aud": "^2.0.4",
|
|
"auto-changelog": "^2.4.0",
|
|
"eclint": "^2.8.1",
|
|
"eslint": "=8.8.0",
|
|
"in-publish": "^2.0.1",
|
|
"npmignore": "^0.3.1",
|
|
"nyc": "^10.3.2",
|
|
"safe-publish-latest": "^2.0.0",
|
|
"tape": "^5.7.5",
|
|
"typescript": "next"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./index.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
},
|
|
"homepage": "https://github.com/ljharb/side-channel#readme",
|
|
"keywords": [
|
|
"weakmap",
|
|
"map",
|
|
"side",
|
|
"channel",
|
|
"metadata"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "side-channel",
|
|
"publishConfig": {
|
|
"ignore": [
|
|
".github/workflows"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ljharb/side-channel.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --ext=js,mjs .",
|
|
"postlint": "tsc -p .",
|
|
"posttest": "aud --production",
|
|
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
|
"prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
|
|
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
"prepublishOnly": "safe-publish-latest",
|
|
"pretest": "npm run lint",
|
|
"test": "npm run tests-only",
|
|
"tests-only": "nyc tape 'test/**/*.js'",
|
|
"version": "auto-changelog && git add CHANGELOG.md"
|
|
},
|
|
"types": "./index.d.ts",
|
|
"version": "1.0.6"
|
|
}
|