ghaction-upx/node_modules/@sinonjs/commons/package.json

75 lines
2.2 KiB
JSON
Raw Normal View History

2020-01-23 01:49:02 -07:00
{
"_from": "@sinonjs/commons@^1.7.0",
"_id": "@sinonjs/commons@1.7.0",
"_inBundle": false,
"_integrity": "sha512-qbk9AP+cZUsKdW1GJsBpxPKFmCJ0T8swwzVje3qFd+AkQb74Q/tiuzrdfFg8AD2g5HH/XbE/I8Uc1KYHVYWfhg==",
"_location": "/@sinonjs/commons",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@sinonjs/commons@^1.7.0",
"name": "@sinonjs/commons",
"escapedName": "@sinonjs%2fcommons",
"scope": "@sinonjs",
"rawSpec": "^1.7.0",
"saveSpec": null,
"fetchSpec": "^1.7.0"
},
"_requiredBy": [
"/lolex"
],
"_resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.7.0.tgz",
"_shasum": "f90ffc52a2e519f018b13b6c4da03cbff36ebed6",
"_spec": "@sinonjs/commons@^1.7.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/node_modules/lolex",
"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": "5.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-sinon": "^3.0.0",
"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",
"husky": "3.1.0",
"jsverify": "0.8.4",
"knuth-shuffle": "^1.0.8",
"lint-staged": "9.5.0",
"mocha": "6.2.2",
"nyc": "14.1.1",
"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.7.0"
}