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

84 lines
2.4 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"@sinonjs/commons@1.7.1",
"."
]
],
"_development": true,
"_from": "@sinonjs/commons@1.7.1",
2020-03-31 20:42:07 +08:00
"_id": "@sinonjs/commons@1.7.1",
"_inBundle": false,
"_integrity": "sha512-Debi3Baff1Qu1Unc3mjJ96MgpbwTn43S1+9yJ0llWygPwDNu2aaWBD6yc9y/Z8XDRNhx7U+u2UDg2OGQXkclUQ==",
"_location": "/@sinonjs/commons",
"_phantomChildren": {},
"_requested": {
2020-03-31 20:54:32 +08:00
"type": "version",
2020-03-31 20:42:07 +08:00
"registry": true,
2020-03-31 20:54:32 +08:00
"raw": "@sinonjs/commons@1.7.1",
2020-03-31 20:42:07 +08:00
"name": "@sinonjs/commons",
"escapedName": "@sinonjs%2fcommons",
"scope": "@sinonjs",
2020-03-31 20:54:32 +08:00
"rawSpec": "1.7.1",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "1.7.1"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/lolex"
],
"_resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.1.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "1.7.1",
"_where": ".",
2020-03-31 20:42:07 +08:00
"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": "6.0.1",
"@studio/changes": "^2.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-sinon": "^4.0.0",
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-jsdoc": "^21.0.0",
"eslint-plugin-local-rules": "^0.1.0",
"eslint-plugin-mocha": "^6.1.1",
"eslint-plugin-prettier": "^3.0.0",
"husky": "4.2.1",
"jsverify": "0.8.4",
"knuth-shuffle": "^1.0.8",
"lint-staged": "9.5.0",
"mocha": "7.0.1",
"nyc": "15.0.0",
"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 .",
"postversion": "git push --follow-tags && npm publish",
"precommit": "lint-staged",
"preversion": "npm run test-check-coverage",
"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": "changes --commits --footer"
},
"version": "1.7.1"
}