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.

128 lines
3.2 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "mime-db@~1.12.0",
  6. "scope": null,
  7. "escapedName": "mime-db",
  8. "name": "mime-db",
  9. "rawSpec": "~1.12.0",
  10. "spec": ">=1.12.0 <1.13.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/mime-types"
  14. ]
  15. ],
  16. "_from": "mime-db@>=1.12.0 <1.13.0",
  17. "_id": "mime-db@1.12.0",
  18. "_inCache": true,
  19. "_location": "/mime-db",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "mime-db@~1.12.0",
  28. "scope": null,
  29. "escapedName": "mime-db",
  30. "name": "mime-db",
  31. "rawSpec": "~1.12.0",
  32. "spec": ">=1.12.0 <1.13.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/mime-types"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz",
  39. "_shasum": "3d0c63180f458eb10d325aaa37d7c58ae312e9d7",
  40. "_shrinkwrap": null,
  41. "_spec": "mime-db@~1.12.0",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/mime-types",
  43. "bugs": {
  44. "url": "https://github.com/jshttp/mime-db/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Douglas Christopher Wilson",
  49. "email": "doug@somethingdoug.com"
  50. },
  51. {
  52. "name": "Jonathan Ong",
  53. "email": "me@jongleberry.com",
  54. "url": "http://jongleberry.com"
  55. },
  56. {
  57. "name": "Robert Kieffer",
  58. "email": "robert@broofa.com",
  59. "url": "http://github.com/broofa"
  60. }
  61. ],
  62. "dependencies": {},
  63. "description": "Media Type Database",
  64. "devDependencies": {
  65. "bluebird": "2.9.27",
  66. "co": "4.5.4",
  67. "cogent": "1.0.1",
  68. "csv-parse": "0.1.2",
  69. "gnode": "0.1.1",
  70. "istanbul": "0.3.9",
  71. "mocha": "1.21.5",
  72. "raw-body": "2.1.0",
  73. "stream-to-array": "2"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "3d0c63180f458eb10d325aaa37d7c58ae312e9d7",
  78. "tarball": "https://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz"
  79. },
  80. "engines": {
  81. "node": ">= 0.6"
  82. },
  83. "files": [
  84. "HISTORY.md",
  85. "LICENSE",
  86. "README.md",
  87. "db.json",
  88. "index.js"
  89. ],
  90. "gitHead": "cf35cbba6b22f4a3b3eef9a32129ea5b7f0f91ee",
  91. "homepage": "https://github.com/jshttp/mime-db",
  92. "keywords": [
  93. "mime",
  94. "db",
  95. "type",
  96. "types",
  97. "database",
  98. "charset",
  99. "charsets"
  100. ],
  101. "license": "MIT",
  102. "maintainers": [
  103. {
  104. "name": "jongleberry",
  105. "email": "jonathanrichardong@gmail.com"
  106. },
  107. {
  108. "name": "dougwilson",
  109. "email": "doug@somethingdoug.com"
  110. }
  111. ],
  112. "name": "mime-db",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/jshttp/mime-db.git"
  118. },
  119. "scripts": {
  120. "build": "node scripts/build",
  121. "fetch": "gnode scripts/extensions && gnode scripts/types",
  122. "test": "mocha --reporter spec --bail --check-leaks test/",
  123. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  124. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  125. "update": "npm run fetch && npm run build"
  126. },
  127. "version": "1.12.0"
  128. }