package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "@sinonjs/samsam@^3.1.1",
  3. "_id": "@sinonjs/samsam@3.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ji7OsjU/ZibihnNS4975UdM2YkA=",
  6. "_location": "/@sinonjs/samsam",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@sinonjs/samsam@^3.1.1",
  12. "name": "@sinonjs/samsam",
  13. "escapedName": "@sinonjs%2fsamsam",
  14. "scope": "@sinonjs",
  15. "rawSpec": "^3.1.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^3.1.1"
  18. },
  19. "_requiredBy": [
  20. "/@sinonjs/formatio",
  21. "/sinon"
  22. ],
  23. "_resolved": "http://registry.npm.taobao.org/@sinonjs/samsam/download/@sinonjs/samsam-3.1.1.tgz",
  24. "_shasum": "8e2eceb2353f6626e2867352e3def951d3366240",
  25. "_spec": "@sinonjs/samsam@^3.1.1",
  26. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sinon",
  27. "author": {
  28. "name": "Christian Johansen"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sinonjs/samsam/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@sinonjs/commons": "^1.0.2",
  36. "array-from": "^2.1.1",
  37. "lodash": "^4.17.11"
  38. },
  39. "deprecated": false,
  40. "description": "Value identification and comparison functions",
  41. "devDependencies": {
  42. "@sinonjs/referee": "^2.0.0",
  43. "benchmark": "2.1.4",
  44. "eslint": "^4.19.1",
  45. "eslint-config-prettier": "2.9.0",
  46. "eslint-config-sinon": "^1.0.3",
  47. "eslint-plugin-ie11": "^1.0.0",
  48. "eslint-plugin-mocha": "^4.11.0",
  49. "eslint-plugin-prettier": "2.6.2",
  50. "husky": "^0.14.3",
  51. "jsdom": "^13.0.0",
  52. "jsdom-global": "^3.0.2",
  53. "lint-staged": "^6.1.0",
  54. "microtime": "2.1.8",
  55. "mkdirp": "^0.5.1",
  56. "mocha": "^5.0.0",
  57. "mochify": "^5.8.1",
  58. "npm-run-all": "^4.1.2",
  59. "nyc": "^13.2.0",
  60. "prettier": "1.13.7",
  61. "rollup": "^0.57.1",
  62. "rollup-plugin-commonjs": "^9.1.0"
  63. },
  64. "files": [
  65. "dist/",
  66. "docs/",
  67. "lib/",
  68. "!lib/**/*.test.js"
  69. ],
  70. "homepage": "http://sinonjs.github.io/samsam/",
  71. "license": "BSD-3-Clause",
  72. "lint-staged": {
  73. "*.js": "eslint"
  74. },
  75. "main": "./lib/samsam",
  76. "name": "@sinonjs/samsam",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sinonjs/samsam.git"
  80. },
  81. "scripts": {
  82. "benchmark": "node lib/deep-equal-benchmark.js",
  83. "build": "run-s build:dist-folder build:bundle",
  84. "build:bundle": "rollup -c > dist/samsam.js",
  85. "build:dist-folder": "mkdirp dist",
  86. "lint": "eslint .",
  87. "prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
  88. "test": "mocha ./lib/*.test.js",
  89. "test-cloud": "npm run test-headless -- --wd",
  90. "test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test",
  91. "test-headless": "mochify lib/*.test.js"
  92. },
  93. "version": "3.1.1"
  94. }