package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "node-res@^5.0.1",
  3. "_id": "node-res@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YOleO9c7MAqoHC+Ccu2vzvV1fL6Ku49gShq3PIMKWHRgrMSih3XcwL05NbLBi6oU2J471gTBfdpVVxwT6Pfhxg==",
  6. "_location": "/node-res",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-res@^5.0.1",
  12. "name": "node-res",
  13. "escapedName": "node-res",
  14. "rawSpec": "^5.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/loading-screen"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/node-res/-/node-res-5.0.1.tgz",
  22. "_shasum": "ffaa462e206509d66d0ba28a4daf1f032daa6460",
  23. "_spec": "node-res@^5.0.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\loading-screen",
  25. "author": {
  26. "name": "amanvirk"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/poppinss/node-res/issues"
  30. },
  31. "bundleDependencies": false,
  32. "config": {
  33. "commitizen": {
  34. "path": "./node_modules/cz-conventional-changelog"
  35. }
  36. },
  37. "dependencies": {
  38. "destroy": "^1.0.4",
  39. "etag": "^1.8.1",
  40. "mime-types": "^2.1.19",
  41. "on-finished": "^2.3.0",
  42. "vary": "^1.1.2"
  43. },
  44. "deprecated": false,
  45. "description": "Nodejs http response builder",
  46. "devDependencies": {
  47. "co-functional": "^0.2.1",
  48. "coveralls": "^3.0.2",
  49. "cz-conventional-changelog": "^2.1.0",
  50. "japa": "^1.0.6",
  51. "japa-cli": "^1.0.1",
  52. "nyc": "^12.0.2",
  53. "semver": "^5.5.1",
  54. "standard": "^11.0.1",
  55. "supertest": "^3.1.0"
  56. },
  57. "directories": {
  58. "test": "test"
  59. },
  60. "files": [
  61. "index.js",
  62. "methods.js"
  63. ],
  64. "homepage": "https://github.com/poppinss/node-res#readme",
  65. "keywords": [
  66. "node-res",
  67. "http",
  68. "response",
  69. "http-res",
  70. "response",
  71. "builder",
  72. "res",
  73. "builder"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "node-res",
  78. "nyc": {
  79. "include": [
  80. "index.js",
  81. "methods.js"
  82. ]
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/poppinss/node-res.git"
  87. },
  88. "scripts": {
  89. "coverage": "nyc report --reporter=text-lcov | coveralls",
  90. "lint": "standard",
  91. "posttest": "npm run coverage",
  92. "pretest": "npm run lint",
  93. "test": "nyc npm run test:local",
  94. "test:local": "FORCE_COLOR=true node bin/index.js --local",
  95. "test:win": "set FORCE_COLOR=true && node bin/index.js --win"
  96. },
  97. "version": "5.0.1"
  98. }