{
  "_from": "@sinonjs/commons@^1.4.0",
  "_id": "@sinonjs/commons@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-w4/WHG7C4WWFyE5geCieFJF6MZkbW4VAriol5KlmQXpAQdxvV0p26sqNZOW6Qyw6Y0l9K4g+cHvvczR2sEEpqg==",
  "_location": "/@sinonjs/commons",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@sinonjs/commons@^1.4.0",
    "name": "@sinonjs/commons",
    "escapedName": "@sinonjs%2fcommons",
    "scope": "@sinonjs",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/@sinonjs/formatio",
    "/@sinonjs/samsam",
    "/sinon"
  ],
  "_resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.6.0.tgz",
  "_shasum": "ec7670432ae9c8eb710400d112c201a362d83393",
  "_spec": "@sinonjs/commons@^1.4.0",
  "_where": "C:\\xampp\\htdocs\\paniz1\\Administrator\\plugins\\sweetalert2\\node_modules\\sinon",
  "author": "",
  "bugs": {
    "url": "https://github.com/sinonjs/commons/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "type-detect": "4.0.8"
  },
  "deprecated": false,
  "description": "Simple functions shared among the sinon end user libraries",
  "devDependencies": {
    "@sinonjs/referee-sinon": "4.1.0",
    "eslint": "^6.1.0",
    "eslint-config-prettier": "^3.1.0",
    "eslint-config-sinon": "^3.0.0",
    "eslint-plugin-ie11": "^1.0.0",
    "eslint-plugin-local-rules": "^0.1.0",
    "eslint-plugin-mocha": "^5.2.0",
    "eslint-plugin-prettier": "^3.0.0",
    "husky": "0.14.3",
    "jsverify": "0.8.3",
    "knuth-shuffle": "^1.0.8",
    "lint-staged": "7.2.0",
    "mocha": "5.2.0",
    "nyc": "12.0.2",
    "prettier": "^1.14.3"
  },
  "homepage": "https://github.com/sinonjs/commons#readme",
  "license": "BSD-3-Clause",
  "lint-staged": {
    "*.js": [
      "eslint"
    ]
  },
  "main": "lib/index.js",
  "name": "@sinonjs/commons",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sinonjs/commons.git"
  },
  "scripts": {
    "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"
  },
  "version": "1.6.0"
}
