github-pages-deploy-action/node_modules/@sinonjs/commons/package.json

49 lines
1.4 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "@sinonjs/commons",
"version": "1.7.0",
"description": "Simple functions shared among the sinon end user libraries",
"main": "lib/index.js",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinonjs/commons.git"
2020-03-31 20:42:07 +08:00
},
"author": "",
2020-03-31 20:57:48 +08:00
"license": "BSD-3-Clause",
2020-03-31 20:42:07 +08:00
"bugs": {
"url": "https://github.com/sinonjs/commons/issues"
},
2020-03-31 20:57:48 +08:00
"homepage": "https://github.com/sinonjs/commons#readme",
"lint-staged": {
"*.js": [
"eslint"
]
2020-03-31 20:42:07 +08:00
},
"devDependencies": {
2020-03-31 20:57:48 +08:00
"@sinonjs/referee-sinon": "5.0.0",
2020-03-31 20:42:07 +08:00
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.3.0",
2020-03-31 20:57:48 +08:00
"eslint-config-sinon": "^3.0.0",
2020-03-31 20:42:07 +08:00
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-local-rules": "^0.1.0",
"eslint-plugin-mocha": "^6.1.1",
"eslint-plugin-prettier": "^3.0.0",
2020-03-31 20:57:48 +08:00
"husky": "3.1.0",
2020-03-31 20:42:07 +08:00
"jsverify": "0.8.4",
"knuth-shuffle": "^1.0.8",
"lint-staged": "9.5.0",
2020-03-31 20:57:48 +08:00
"mocha": "6.2.2",
"nyc": "14.1.1",
2020-03-31 20:42:07 +08:00
"prettier": "^1.14.3"
},
2020-03-31 20:57:48 +08:00
"dependencies": {
"type-detect": "4.0.8"
}
2020-03-31 20:42:07 +08:00
}