package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "mimic-response@^1.0.0",
  3. "_id": "mimic-response@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
  6. "_location": "/mimic-response",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mimic-response@^1.0.0",
  12. "name": "mimic-response",
  13. "escapedName": "mimic-response",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/clone-response"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
  22. "_shasum": "4923538878eef42063cb8a3e3b0798781487ab1b",
  23. "_spec": "mimic-response@^1.0.0",
  24. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/clone-response",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/mimic-response/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Mimic a Node.js HTTP response stream",
  36. "devDependencies": {
  37. "ava": "*",
  38. "create-test-server": "^0.1.0",
  39. "pify": "^3.0.0",
  40. "xo": "*"
  41. },
  42. "engines": {
  43. "node": ">=4"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/mimic-response#readme",
  49. "keywords": [
  50. "mimic",
  51. "response",
  52. "stream",
  53. "http",
  54. "https",
  55. "request",
  56. "get",
  57. "core"
  58. ],
  59. "license": "MIT",
  60. "name": "mimic-response",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/mimic-response.git"
  64. },
  65. "scripts": {
  66. "test": "xo && ava"
  67. },
  68. "version": "1.0.1"
  69. }