package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@sinonjs/commons@^1.3.0",
  3. "_id": "@sinonjs/commons@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-UKJ1QBa28wqZTO2m2aCow2rdqEk=",
  6. "_location": "/@sinonjs/commons",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@sinonjs/commons@^1.3.0",
  12. "name": "@sinonjs/commons",
  13. "escapedName": "@sinonjs%2fcommons",
  14. "scope": "@sinonjs",
  15. "rawSpec": "^1.3.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.3.0"
  18. },
  19. "_requiredBy": [
  20. "/@sinonjs/samsam",
  21. "/sinon"
  22. ],
  23. "_resolved": "http://registry.npm.taobao.org/@sinonjs/commons/download/@sinonjs/commons-1.3.0.tgz",
  24. "_shasum": "50a2754016b6f30a994ceda6d9a0a8c36adda849",
  25. "_spec": "@sinonjs/commons@^1.3.0",
  26. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sinon",
  27. "author": "",
  28. "bugs": {
  29. "url": "https://github.com/sinonjs/commons/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "type-detect": "4.0.8"
  34. },
  35. "deprecated": false,
  36. "description": "Simple functions shared among the sinon end user libraries",
  37. "devDependencies": {
  38. "@sinonjs/referee-sinon": "4.1.0",
  39. "eslint": "^5.8.0",
  40. "eslint-config-prettier": "^3.1.0",
  41. "eslint-config-sinon": "^2.0.0",
  42. "eslint-plugin-ie11": "^1.0.0",
  43. "eslint-plugin-local-rules": "^0.1.0",
  44. "eslint-plugin-mocha": "^5.2.0",
  45. "eslint-plugin-prettier": "^3.0.0",
  46. "husky": "0.14.3",
  47. "jsverify": "0.8.3",
  48. "knuth-shuffle": "^1.0.8",
  49. "lint-staged": "7.2.0",
  50. "mocha": "5.2.0",
  51. "nyc": "12.0.2",
  52. "prettier": "^1.14.3"
  53. },
  54. "homepage": "https://github.com/sinonjs/commons#readme",
  55. "license": "BSD-3-Clause",
  56. "lint-staged": {
  57. "*.js": "eslint"
  58. },
  59. "main": "lib/index.js",
  60. "name": "@sinonjs/commons",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sinonjs/commons.git"
  64. },
  65. "scripts": {
  66. "lint": "eslint .",
  67. "precommit": "lint-staged",
  68. "test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
  69. "test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
  70. "test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test"
  71. },
  72. "version": "1.3.0"
  73. }