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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "seek-bzip@^1.0.5",
  3. "_id": "seek-bzip@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-z+kXyz0nS8/6x5J1ivUxc+sfq9w=",
  6. "_location": "/seek-bzip",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "seek-bzip@^1.0.5",
  12. "name": "seek-bzip",
  13. "escapedName": "seek-bzip",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/decompress-tarbz2"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.5.tgz",
  22. "_shasum": "cfe917cb3d274bcffac792758af53173eb1fabdc",
  23. "_spec": "seek-bzip@^1.0.5",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\decompress-tarbz2",
  25. "bin": {
  26. "seek-bunzip": "bin/seek-bunzip",
  27. "seek-table": "bin/seek-bzip-table"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/cscott/seek-bzip/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "C. Scott Ananian",
  36. "url": "http://cscott.net"
  37. },
  38. {
  39. "name": "Eli Skeggs"
  40. },
  41. {
  42. "name": "Kevin Kwok"
  43. },
  44. {
  45. "name": "Rob Landley",
  46. "url": "http://landley.net"
  47. }
  48. ],
  49. "dependencies": {
  50. "commander": "~2.8.1"
  51. },
  52. "deprecated": false,
  53. "description": "a pure-JavaScript Node.JS module for random-access decoding bzip2 data",
  54. "devDependencies": {
  55. "fibers": "~1.0.6",
  56. "mocha": "~2.2.5"
  57. },
  58. "directories": {
  59. "test": "test"
  60. },
  61. "homepage": "https://github.com/cscott/seek-bzip#readme",
  62. "license": "MIT",
  63. "main": "./lib/index.js",
  64. "name": "seek-bzip",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/cscott/seek-bzip.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "version": "1.0.5"
  73. }