File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/@sinonjs/commons/package.json
{
"_args": [
[
"@sinonjs/commons@1.6.0",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "@sinonjs/commons@1.6.0",
"_id": "@sinonjs/commons@1.6.0",
"_inBundle": false,
"_integrity": "sha512-w4/WHG7C4WWFyE5geCieFJF6MZkbW4VAriol5KlmQXpAQdxvV0p26sqNZOW6Qyw6Y0l9K4g+cHvvczR2sEEpqg==",
"_location": "/@sinonjs/commons",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@sinonjs/commons@1.6.0",
"name": "@sinonjs/commons",
"escapedName": "@sinonjs%2fcommons",
"scope": "@sinonjs",
"rawSpec": "1.6.0",
"saveSpec": null,
"fetchSpec": "1.6.0"
},
"_requiredBy": [
"/@sinonjs/formatio",
"/@sinonjs/samsam"
],
"_resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.6.0.tgz",
"_spec": "1.6.0",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": "",
"bugs": {
"url": "https://github.com/sinonjs/commons/issues"
},
"dependencies": {
"type-detect": "4.0.8"
},
"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"
}