You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/bin-wrapper/got",
  20. "/clone-response",
  21. "/decompress-response"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
  24. "_shasum": "4923538878eef42063cb8a3e3b0798781487ab1b",
  25. "_spec": "mimic-response@^1.0.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\decompress-response",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/mimic-response/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Mimic a Node.js HTTP response stream",
  38. "devDependencies": {
  39. "ava": "*",
  40. "create-test-server": "^0.1.0",
  41. "pify": "^3.0.0",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/mimic-response#readme",
  51. "keywords": [
  52. "mimic",
  53. "response",
  54. "stream",
  55. "http",
  56. "https",
  57. "request",
  58. "get",
  59. "core"
  60. ],
  61. "license": "MIT",
  62. "name": "mimic-response",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/mimic-response.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava"
  69. },
  70. "version": "1.0.1"
  71. }