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.

100 lines
2.7 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "content-disposition@0.5.0",
  6. "scope": null,
  7. "escapedName": "content-disposition",
  8. "name": "content-disposition",
  9. "rawSpec": "0.5.0",
  10. "spec": "0.5.0",
  11. "type": "version"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
  14. ]
  15. ],
  16. "_from": "content-disposition@0.5.0",
  17. "_id": "content-disposition@0.5.0",
  18. "_inCache": true,
  19. "_location": "/content-disposition",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.21",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "content-disposition@0.5.0",
  28. "scope": null,
  29. "escapedName": "content-disposition",
  30. "name": "content-disposition",
  31. "rawSpec": "0.5.0",
  32. "spec": "0.5.0",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/express"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz",
  39. "_shasum": "4284fe6ae0630874639e44e80a418c2934135e9e",
  40. "_shrinkwrap": null,
  41. "_spec": "content-disposition@0.5.0",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
  43. "bugs": {
  44. "url": "https://github.com/jshttp/content-disposition/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Douglas Christopher Wilson",
  49. "email": "doug@somethingdoug.com"
  50. }
  51. ],
  52. "dependencies": {},
  53. "description": "Create and parse Content-Disposition header",
  54. "devDependencies": {
  55. "istanbul": "0.3.2",
  56. "mocha": "~1.21.4"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "4284fe6ae0630874639e44e80a418c2934135e9e",
  61. "tarball": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">= 0.6"
  65. },
  66. "files": [
  67. "LICENSE",
  68. "HISTORY.md",
  69. "README.md",
  70. "index.js"
  71. ],
  72. "gitHead": "f3c915f0c9d9f5ec79713dba24c8c6181b73305d",
  73. "homepage": "https://github.com/jshttp/content-disposition",
  74. "keywords": [
  75. "content-disposition",
  76. "http",
  77. "rfc6266",
  78. "res"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "dougwilson",
  84. "email": "doug@somethingdoug.com"
  85. }
  86. ],
  87. "name": "content-disposition",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jshttp/content-disposition.git"
  93. },
  94. "scripts": {
  95. "test": "mocha --reporter spec --bail --check-leaks test/",
  96. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  97. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  98. },
  99. "version": "0.5.0"
  100. }