package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "nise@^1.4.10",
  3. "_id": "nise@1.4.10",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rkagmiZDb66Ro4pgkZNWrm2xQ7Y=",
  6. "_location": "/nise",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nise@^1.4.10",
  12. "name": "nise",
  13. "escapedName": "nise",
  14. "rawSpec": "^1.4.10",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.10"
  17. },
  18. "_requiredBy": [
  19. "/sinon"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/nise/download/nise-1.4.10.tgz",
  22. "_shasum": "ae46a09a26436fae91a38a60919356ae6db143b6",
  23. "_spec": "nise@^1.4.10",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sinon",
  25. "author": "",
  26. "bugs": {
  27. "url": "https://github.com/sinonjs/nise/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@sinonjs/formatio": "^3.1.0",
  32. "@sinonjs/text-encoding": "^0.7.1",
  33. "just-extend": "^4.0.2",
  34. "lolex": "^2.3.2",
  35. "path-to-regexp": "^1.7.0"
  36. },
  37. "deprecated": false,
  38. "description": "Fake XHR and server",
  39. "devDependencies": {
  40. "@sinonjs/referee": "^2.0.0",
  41. "browserify": "^16.2.3",
  42. "eslint": "^4.17.0",
  43. "eslint-config-sinon": "^1.0.1",
  44. "eslint-plugin-ie11": "1.0.0",
  45. "eslint-plugin-mocha": "^4.9.0",
  46. "husky": "^0.14.3",
  47. "jsdom": "11.6.2",
  48. "jsdom-global": "3.0.2",
  49. "mocha": "^5.0.0",
  50. "mochify": "^5.8.1",
  51. "nyc": "^13.3.0",
  52. "proxyquire": "^1.8.0",
  53. "proxyquire-universal": "^1.0.8",
  54. "proxyquireify": "^3.2.1",
  55. "sinon": "^7"
  56. },
  57. "files": [
  58. "nise.js",
  59. "lib/**/*.js"
  60. ],
  61. "homepage": "https://github.com/sinonjs/nise#readme",
  62. "keywords": [
  63. "test",
  64. "testing",
  65. "fake",
  66. "mock",
  67. "xhr",
  68. "server"
  69. ],
  70. "license": "BSD-3-Clause",
  71. "main": "lib/index.js",
  72. "module": "nise.js",
  73. "name": "nise",
  74. "nyc": {
  75. "exclude": [
  76. "nise.js",
  77. "coverage/**",
  78. "**/*.test.js"
  79. ]
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+ssh://git@github.com/sinonjs/nise.git"
  84. },
  85. "scripts": {
  86. "bundle": "browserify -s nise -o nise.js lib/index.js",
  87. "lint": "eslint .",
  88. "precommit": "npm run lint -- --fix && npm run test",
  89. "prepublish": "npm run bundle",
  90. "prepublishOnly": "mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
  91. "prepush": "npm run lint && npm run test",
  92. "test": "mocha lib/**/*.test.js",
  93. "test:coverage": "nyc --reporter=lcov --reporter=text --all npm test -- --reporter dot",
  94. "test:headless": "mochify --https-server --plugin [ proxyquire-universal ] lib/**/*.test.js"
  95. },
  96. "version": "1.4.10"
  97. }