package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "oppressor@0.0.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "oppressor@0.0.1",
  9. "_id": "oppressor@0.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-hLIFjJEhxMb+YyVmsx7Tlhi9j+s=",
  12. "_location": "/oppressor",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "oppressor@0.0.1",
  18. "name": "oppressor",
  19. "escapedName": "oppressor",
  20. "rawSpec": "0.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.1"
  23. },
  24. "_requiredBy": [
  25. "/oss"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/oppressor/-/oppressor-0.0.1.tgz",
  28. "_spec": "0.0.1",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/oppressor/issues"
  37. },
  38. "dependencies": {
  39. "negotiator": "~0.2.5",
  40. "response-stream": "~0.0.0",
  41. "through": "~0.1.4"
  42. },
  43. "description": "streaming http compression response negotiator",
  44. "devDependencies": {
  45. "tap": "~0.3.0"
  46. },
  47. "directories": {
  48. "example": "example",
  49. "test": "test"
  50. },
  51. "homepage": "https://github.com/substack/oppressor",
  52. "keywords": [
  53. "gzip",
  54. "compress",
  55. "deflate",
  56. "http",
  57. "negotiator",
  58. "pipe",
  59. "stream",
  60. "request",
  61. "response"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "oppressor",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/substack/oppressor.git"
  69. },
  70. "scripts": {
  71. "test": "tap test/*.js"
  72. },
  73. "version": "0.0.1"
  74. }