You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.6 KiB
86 lines
2.6 KiB
{
|
|
"_args": [
|
|
[
|
|
"@sinonjs/commons@1.8.1",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "@sinonjs/commons@1.8.1",
|
|
"_id": "@sinonjs/commons@1.8.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-598A+YogMyT23HzGBsrZ1KirIhc=",
|
|
"_location": "/@sinonjs/commons",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@sinonjs/commons@1.8.1",
|
|
"name": "@sinonjs/commons",
|
|
"escapedName": "@sinonjs%2fcommons",
|
|
"scope": "@sinonjs",
|
|
"rawSpec": "1.8.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.8.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/lolex"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@sinonjs/commons/download/@sinonjs/commons-1.8.1.tgz?cache=0&sync_timestamp=1594975770012&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40sinonjs%2Fcommons%2Fdownload%2F%40sinonjs%2Fcommons-1.8.1.tgz",
|
|
"_spec": "1.8.1",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"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": "7.0.2",
|
|
"@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": "^22.1.0",
|
|
"eslint-plugin-local-rules": "^0.1.0",
|
|
"eslint-plugin-mocha": "^6.1.1",
|
|
"eslint-plugin-prettier": "^3.0.0",
|
|
"husky": "4.2.3",
|
|
"jsverify": "0.8.4",
|
|
"knuth-shuffle": "^1.0.8",
|
|
"lint-staged": "10.1.1",
|
|
"mocha": "7.1.0",
|
|
"nyc": "15.0.0",
|
|
"prettier": "^1.14.3"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"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.8.1"
|
|
}
|
|
|