{
  "_args": [
    [
      "jsbi@3.2.5",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "jsbi@3.2.5",
  "_id": "jsbi@3.2.5",
  "_inBundle": false,
  "_integrity": "sha512-aBE4n43IPvjaddScbvWRA2YlTzKEynHzu7MqOyTipdHucf/VxS63ViCjxYRg86M8Rxwbt/GfzHl1kKERkt45fQ==",
  "_location": "/jsbi",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsbi@3.2.5",
    "name": "jsbi",
    "escapedName": "jsbi",
    "rawSpec": "3.2.5",
    "saveSpec": null,
    "fetchSpec": "3.2.5"
  },
  "_requiredBy": [
    "/tedious"
  ],
  "_resolved": "https://registry.npmjs.org/jsbi/-/jsbi-3.2.5.tgz",
  "_spec": "3.2.5",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "browser": "dist/jsbi-umd.js",
  "bugs": {
    "url": "https://github.com/GoogleChromeLabs/jsbi/issues"
  },
  "description": "JSBI is a pure-JavaScript implementation of [the ECMAScript BigInt proposal](https://tc39.es/proposal-bigint/), which officially became a part of the JavaScript language in ES2020.",
  "devDependencies": {
    "@babel/preset-env": "^7.5.5",
    "@rollup/plugin-typescript": "^8.2.5",
    "@typescript-eslint/eslint-plugin": "^4.29.1",
    "@typescript-eslint/parser": "^4.29.1",
    "eslint": "^6.2.0",
    "eslint-config-google": "^0.13.0",
    "rollup": "^1.19.4",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-babel-minify": "^9.0.0",
    "typescript": "^4.4.2"
  },
  "files": [
    "dist",
    "jsbi.d.ts"
  ],
  "homepage": "https://github.com/GoogleChromeLabs/jsbi#readme",
  "license": "Apache-2.0",
  "main": "dist/jsbi-cjs.js",
  "module": "dist/jsbi.mjs",
  "name": "jsbi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoogleChromeLabs/jsbi.git"
  },
  "scripts": {
    "build": "tsc && for f in tsc-out/*.js; do mv -- \"$f\" \"${f%.js}.mjs\"; done && rollup --config rollup.config.js",
    "ci": "npm run lint && npm run build && git status && git diff-index --quiet HEAD -- || git diff && npm test",
    "dev": "rollup --config rollup.config.js --watch",
    "generate-benchmarks": "for op in add and div mod mul neg not or sar shl sub xor; do scripts/generate-benchmark.py generate \"${op}\" > \"benchmarks/${op}.mjs\"; done",
    "lint": "eslint . --ext ts --fix",
    "prepublish": "npm run ci",
    "pretest": "npm run build",
    "test": "set -e; for file in tests/*.mjs; do node --no-warnings --experimental-modules --experimental-specifier-resolution=node --loader ./tests/resolve.source.mjs \"${file}\"; done; for file in benchmarks/*.mjs; do node --no-warnings --experimental-modules --experimental-specifier-resolution=node --loader ./tests/resolve.source.mjs \"${file}\"; done"
  },
  "types": "jsbi.d.ts",
  "version": "3.2.5"
}
