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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "responselike@1.0.2",
  3. "_id": "responselike@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=",
  6. "_location": "/responselike",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "responselike@1.0.2",
  12. "name": "responselike",
  13. "escapedName": "responselike",
  14. "rawSpec": "1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/cacheable-request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
  22. "_shasum": "918720ef3b631c5642be068f15ade5a46f4ba1e7",
  23. "_spec": "responselike@1.0.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\cacheable-request",
  25. "author": {
  26. "name": "lukechilds"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/lukechilds/responselike/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "lowercase-keys": "^1.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "A response-like object for mocking a Node.js HTTP response stream",
  37. "devDependencies": {
  38. "ava": "^0.22.0",
  39. "coveralls": "^2.13.1",
  40. "eslint-config-xo-lukechilds": "^1.0.0",
  41. "get-stream": "^3.0.0",
  42. "nyc": "^11.1.0",
  43. "xo": "^0.19.0"
  44. },
  45. "homepage": "https://github.com/lukechilds/responselike#readme",
  46. "keywords": [
  47. "http",
  48. "https",
  49. "response",
  50. "mock",
  51. "request",
  52. "responselike"
  53. ],
  54. "license": "MIT",
  55. "main": "src/index.js",
  56. "name": "responselike",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/lukechilds/responselike.git"
  60. },
  61. "scripts": {
  62. "coverage": "nyc report --reporter=text-lcov | coveralls",
  63. "test": "xo && nyc ava"
  64. },
  65. "version": "1.0.2",
  66. "xo": {
  67. "extends": "xo-lukechilds"
  68. }
  69. }