{
  "manifest": {
    "name": "@sinonjs/commons",
    "version": "1.8.6",
    "description": "Simple functions shared among the sinon end user libraries",
    "main": "lib/index.js",
    "types": "./types/index.d.ts",
    "scripts": {
      "build": "rm -rf types && tsc",
      "lint": "eslint .",
      "precommit": "lint-staged",
      "test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
      "test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
      "test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
      "prepublishOnly": "npm run build",
      "prettier:check": "prettier --check '**/*.{js,css,md}'",
      "prettier:write": "prettier --write '**/*.{js,css,md}'",
      "preversion": "npm run test-check-coverage",
      "version": "changes --commits --footer",
      "postversion": "git push --follow-tags && npm publish",
      "prepare": "husky install"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/sinonjs/commons.git"
    },
    "files": [
      "lib",
      "types"
    ],
    "author": {},
    "license": "BSD-3-Clause",
    "bugs": {
      "url": "https://github.com/sinonjs/commons/issues"
    },
    "homepage": "https://github.com/sinonjs/commons#readme",
    "lint-staged": {
      "*.{js,css,md}": "prettier --check",
      "*.js": "eslint"
    },
    "devDependencies": {
      "@sinonjs/eslint-config": "^4.0.6",
      "@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.0",
      "@sinonjs/referee-sinon": "^10.1.0",
      "@studio/changes": "^2.2.0",
      "husky": "^6.0.0",
      "jsverify": "0.8.4",
      "knuth-shuffle": "^1.0.8",
      "lint-staged": "^13.0.3",
      "mocha": "^10.1.0",
      "nyc": "^15.1.0",
      "prettier": "^2.7.1",
      "typescript": "^4.8.4"
    },
    "dependencies": {
      "type-detect": "4.0.8"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-@sinonjs-commons-1.8.6-80c516a4dc264c2a69115e7578d62581ff455ed9-integrity/node_modules/@sinonjs/commons/package.json",
    "readmeFilename": "README.md",
    "readme": "# commons\n\n[![CircleCI](https://circleci.com/gh/sinonjs/commons.svg?style=svg)](https://circleci.com/gh/sinonjs/commons)\n[![codecov](https://codecov.io/gh/sinonjs/commons/branch/master/graph/badge.svg)](https://codecov.io/gh/sinonjs/commons)\n<a href=\"CODE_OF_CONDUCT.md\"><img src=\"https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg\" alt=\"Contributor Covenant\" /></a>\n\nSimple functions shared among the sinon end user libraries\n\n## Rules\n\n-   Follows the [Sinon.JS compatibility](https://github.com/sinonjs/sinon/blob/master/CONTRIBUTING.md#compatibility)\n-   100% test coverage\n-   Code formatted using [Prettier](https://prettier.io)\n-   No side effects welcome! (only pure functions)\n-   No platform specific functions\n-   One export per file (any bundler can do tree shaking)\n",
    "licenseText": "BSD 3-Clause License\n\nCopyright (c) 2018, Sinon.JS\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n  contributors may be used to endorse or promote products derived from\n  this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz",
    "hash": "80c516a4dc264c2a69115e7578d62581ff455ed9",
    "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
    "registry": "npm",
    "packageName": "@sinonjs/commons",
    "cacheIntegrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ== sha1-gMUWpNwmTCppEV51eNYlgf9FXtk="
  },
  "registry": "npm",
  "hash": "80c516a4dc264c2a69115e7578d62581ff455ed9"
}