package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "needle@3.2.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "needle@3.2.0",
  9. "_id": "needle@3.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-oUvzXnyLiVyVGoianLijF9O/RecZUf7TkBfimjGrLM4eQhXyeJwM6GeAWccwfQ9aa4gMCZKqhAOuLaMIcQxajQ==",
  12. "_location": "/needle",
  13. "_optional": true,
  14. "_phantomChildren": {
  15. "ms": "2.1.2",
  16. "safer-buffer": "2.1.2"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "needle@3.2.0",
  22. "name": "needle",
  23. "escapedName": "needle",
  24. "rawSpec": "3.2.0",
  25. "saveSpec": null,
  26. "fetchSpec": "3.2.0"
  27. },
  28. "_requiredBy": [
  29. "/less"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/needle/-/needle-3.2.0.tgz",
  32. "_spec": "3.2.0",
  33. "_where": "/Users/mac/projects/mime/mine",
  34. "author": {
  35. "name": "Tomás Pollak",
  36. "email": "tomas@forkhq.com"
  37. },
  38. "bin": {
  39. "needle": "bin/needle"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/tomas/needle/issues"
  43. },
  44. "dependencies": {
  45. "debug": "^3.2.6",
  46. "iconv-lite": "^0.6.3",
  47. "sax": "^1.2.4"
  48. },
  49. "description": "The leanest and most handsome HTTP client in the Nodelands.",
  50. "devDependencies": {
  51. "JSONStream": "^1.3.5",
  52. "jschardet": "^1.6.0",
  53. "mocha": "^5.2.0",
  54. "pump": "^3.0.0",
  55. "q": "^1.5.1",
  56. "should": "^13.2.3",
  57. "sinon": "^2.3.0",
  58. "xml2js": "^0.4.19"
  59. },
  60. "directories": {
  61. "lib": "./lib"
  62. },
  63. "engines": {
  64. "node": ">= 4.4.x"
  65. },
  66. "homepage": "https://github.com/tomas/needle#readme",
  67. "keywords": [
  68. "http",
  69. "https",
  70. "simple",
  71. "request",
  72. "client",
  73. "multipart",
  74. "upload",
  75. "proxy",
  76. "deflate",
  77. "timeout",
  78. "charset",
  79. "iconv",
  80. "cookie",
  81. "redirect"
  82. ],
  83. "license": "MIT",
  84. "main": "./lib/needle",
  85. "name": "needle",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/tomas/needle.git"
  89. },
  90. "scripts": {
  91. "test": "mocha test"
  92. },
  93. "tags": [
  94. "http",
  95. "https",
  96. "simple",
  97. "request",
  98. "client",
  99. "multipart",
  100. "upload",
  101. "proxy",
  102. "deflate",
  103. "timeout",
  104. "charset",
  105. "iconv",
  106. "cookie",
  107. "redirect"
  108. ],
  109. "version": "3.2.0"
  110. }