package.json 2.61 KB
{
  "_from": "side-channel@^1.0.3",
  "_id": "side-channel@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-A6+ByhlLkksFoUepsGxfj5x1gTSrs+OydsRptUxeNCabQpCFUvcwIczgOigI8vhY/OJCnPnyE9rGiwgvr9cS1g==",
  "_location": "/side-channel",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "side-channel@^1.0.3",
    "name": "side-channel",
    "escapedName": "side-channel",
    "rawSpec": "^1.0.3",
    "saveSpec": null,
    "fetchSpec": "^1.0.3"
  },
  "_requiredBy": [
    "/internal-slot",
    "/string.prototype.matchall"
  ],
  "_resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.3.tgz",
  "_shasum": "cdc46b057550bbab63706210838df5d4c19519c3",
  "_spec": "side-channel@^1.0.3",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\string.prototype.matchall",
  "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": {
    "es-abstract": "^1.18.0-next.0",
    "object-inspect": "^1.8.0"
  },
  "deprecated": false,
  "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.2.0",
    "aud": "^1.1.2",
    "auto-changelog": "^2.2.0",
    "eslint": "^7.7.0",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.0.1"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": [
      {
        "default": "./index.js"
      },
      "./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",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/side-channel.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npx 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)\")\"",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "node test",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "1.0.3"
}