Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "content-disposition@0.5.3",
  5. "/var/www/noelle.codes/node/node_modules/express"
  6. ]
  7. ],
  8. "_from": "content-disposition@0.5.3",
  9. "_hasShrinkwrap": false,
  10. "_id": "content-disposition@0.5.3",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/content-disposition",
  14. "_nodeVersion": "8.14.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/content-disposition_0.5.3_1545077932478_0.35856888210069715"
  18. },
  19. "_npmUser": {
  20. "email": "doug@somethingdoug.com",
  21. "name": "dougwilson"
  22. },
  23. "_npmVersion": "6.4.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "content-disposition",
  27. "raw": "content-disposition@0.5.3",
  28. "rawSpec": "0.5.3",
  29. "scope": null,
  30. "spec": "0.5.3",
  31. "type": "version"
  32. },
  33. "_requiredBy": [
  34. "/express"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
  37. "_shasum": "e130caf7e7279087c5616c2007d0485698984fbd",
  38. "_shrinkwrap": null,
  39. "_spec": "content-disposition@0.5.3",
  40. "_where": "/var/www/noelle.codes/node/node_modules/express",
  41. "author": {
  42. "email": "doug@somethingdoug.com",
  43. "name": "Douglas Christopher Wilson"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/jshttp/content-disposition/issues"
  47. },
  48. "dependencies": {
  49. "safe-buffer": "5.1.2"
  50. },
  51. "description": "Create and parse Content-Disposition header",
  52. "devDependencies": {
  53. "deep-equal": "1.0.1",
  54. "eslint": "5.10.0",
  55. "eslint-config-standard": "12.0.0",
  56. "eslint-plugin-import": "2.14.0",
  57. "eslint-plugin-markdown": "1.0.0-rc.1",
  58. "eslint-plugin-node": "7.0.1",
  59. "eslint-plugin-promise": "4.0.1",
  60. "eslint-plugin-standard": "4.0.0",
  61. "istanbul": "0.4.5",
  62. "mocha": "5.2.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "fileCount": 5,
  67. "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
  68. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGAStCRA9TVsSAnZWagAAvYUP/1EacAGPVQ+v81km3r0i\n9KorME5iKSDmfrmTmwPqebr9nzY/KupheRlT5dHnxcrSaLVbWRPdxWIG1YbP\nMel73EUEea8hE+CW5X1ThiEAG/UwaNGH5LI0J/K9WG+AHlPRd7soSrPtZ2gV\nnWWKx9g5tjE4j3qH8fhMb+cmrZOAR5xq19st5w5YC1gchmxJftw+VjuyWneW\nOMylWGW3aBAD1lL3uRgdG+FddffUydUsjshi1U0Dq4Pd4JP/skJBJpnF2DmM\nFtbKJd2X+Ff1632wakl2htvnhpDoRwnY60Xkzuz8GeQqi31j8Ll5rvneEMcA\nl5ZJSW3VHJJYJQ0xCay/snWqCo4M40fwFheunTpsXcvjwNxH8qktRTR/8MxU\nHFWQHOUZrK3iNNOOLV4lo8BaQc+8vvqjkBShxOEs0U9ZVNU1lHD3ieBKjGVB\nM29v2L4RTA0URwNP+5a9GCwFz1BJoOLiZcdMu7VsA7cG4cE4eFfbHW3dl3Tx\nekcfYc0dVI2XQZA02RzHNHrgy+gUrpZtp+takxq5buU7fSMX327eJLyOhGzM\n63bThVu5bH7CpOzRvbZNkupDbWgHfue16RKouL0Hr4+lrYdc4TuU8HLCYs+K\n5SP+gtxAvbs6FDp5IOf8OptfYYQsi26GOnW5AzcyeHUyPWFLkT5sLb4Ihi7s\nwfu6\r\n=iuNE\r\n-----END PGP SIGNATURE-----\r\n",
  69. "shasum": "e130caf7e7279087c5616c2007d0485698984fbd",
  70. "tarball": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
  71. "unpackedSize": 19115
  72. },
  73. "engines": {
  74. "node": ">= 0.6"
  75. },
  76. "gitHead": "f6d7cba7ea09dfea1492d5ffe438fe2f2e3cc3bb",
  77. "homepage": "https://github.com/jshttp/content-disposition#readme",
  78. "keywords": [
  79. "content-disposition",
  80. "http",
  81. "res",
  82. "rfc6266"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "dougwilson",
  88. "email": "doug@somethingdoug.com"
  89. }
  90. ],
  91. "name": "content-disposition",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jshttp/content-disposition.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --plugin markdown --ext js,md .",
  100. "test": "mocha --reporter spec --bail --check-leaks test/",
  101. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  102. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  103. },
  104. "version": "0.5.3"
  105. }