package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "@sinonjs/commons@^1.7.0",
  3. "_id": "@sinonjs/commons@1.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
  6. "_location": "/@sinonjs/commons",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@sinonjs/commons@^1.7.0",
  12. "name": "@sinonjs/commons",
  13. "escapedName": "@sinonjs%2fcommons",
  14. "scope": "@sinonjs",
  15. "rawSpec": "^1.7.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.7.0"
  18. },
  19. "_requiredBy": [
  20. "/@sinonjs/fake-timers"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
  23. "_shasum": "3802ddd21a50a949b6721ddd72da36e67e7f1b2d",
  24. "_spec": "@sinonjs/commons@^1.7.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@sinonjs\\fake-timers",
  26. "author": "",
  27. "bugs": {
  28. "url": "https://github.com/sinonjs/commons/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "type-detect": "4.0.8"
  33. },
  34. "deprecated": false,
  35. "description": "Simple functions shared among the sinon end user libraries",
  36. "devDependencies": {
  37. "@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.0",
  38. "@sinonjs/referee-sinon": "7.0.2",
  39. "@studio/changes": "^2.0.0",
  40. "eslint": "^6.1.0",
  41. "eslint-config-prettier": "^6.3.0",
  42. "eslint-config-sinon": "^4.0.0",
  43. "eslint-plugin-ie11": "^1.0.0",
  44. "eslint-plugin-jsdoc": "^22.1.0",
  45. "eslint-plugin-mocha": "^6.1.1",
  46. "eslint-plugin-prettier": "^3.0.0",
  47. "husky": "4.2.3",
  48. "jsverify": "0.8.4",
  49. "knuth-shuffle": "^1.0.8",
  50. "lint-staged": "10.1.1",
  51. "mocha": "7.1.0",
  52. "nyc": "15.0.0",
  53. "prettier": "^1.14.3",
  54. "typescript": "^4.1.3"
  55. },
  56. "files": [
  57. "lib",
  58. "types"
  59. ],
  60. "homepage": "https://github.com/sinonjs/commons#readme",
  61. "husky": {
  62. "hooks": {
  63. "pre-commit": "lint-staged"
  64. }
  65. },
  66. "license": "BSD-3-Clause",
  67. "lint-staged": {
  68. "*.{js,css,md}": "prettier --check",
  69. "*.js": "eslint"
  70. },
  71. "main": "lib/index.js",
  72. "name": "@sinonjs/commons",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sinonjs/commons.git"
  76. },
  77. "scripts": {
  78. "build": "rm -rf types && tsc",
  79. "lint": "eslint .",
  80. "postversion": "git push --follow-tags && npm publish",
  81. "precommit": "lint-staged",
  82. "prepublishOnly": "npm run build",
  83. "prettier:check": "prettier --check '**/*.{js,css,md}'",
  84. "prettier:write": "prettier --write '**/*.{js,css,md}'",
  85. "preversion": "npm run test-check-coverage",
  86. "test": "mocha --recursive -R dot \"lib/**/*.test.js\"",
  87. "test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
  88. "test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
  89. "version": "changes --commits --footer"
  90. },
  91. "types": "./types/index.d.ts",
  92. "version": "1.8.3"
  93. }