Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "needle",
|
---|
| 3 | "version": "2.9.1",
|
---|
| 4 | "description": "The leanest and most handsome HTTP client in the Nodelands.",
|
---|
| 5 | "keywords": [
|
---|
| 6 | "http",
|
---|
| 7 | "https",
|
---|
| 8 | "simple",
|
---|
| 9 | "request",
|
---|
| 10 | "client",
|
---|
| 11 | "multipart",
|
---|
| 12 | "upload",
|
---|
| 13 | "proxy",
|
---|
| 14 | "deflate",
|
---|
| 15 | "timeout",
|
---|
| 16 | "charset",
|
---|
| 17 | "iconv",
|
---|
| 18 | "cookie",
|
---|
| 19 | "redirect"
|
---|
| 20 | ],
|
---|
| 21 | "tags": [
|
---|
| 22 | "http",
|
---|
| 23 | "https",
|
---|
| 24 | "simple",
|
---|
| 25 | "request",
|
---|
| 26 | "client",
|
---|
| 27 | "multipart",
|
---|
| 28 | "upload",
|
---|
| 29 | "proxy",
|
---|
| 30 | "deflate",
|
---|
| 31 | "timeout",
|
---|
| 32 | "charset",
|
---|
| 33 | "iconv",
|
---|
| 34 | "cookie",
|
---|
| 35 | "redirect"
|
---|
| 36 | ],
|
---|
| 37 | "author": "Tomás Pollak <tomas@forkhq.com>",
|
---|
| 38 | "repository": {
|
---|
| 39 | "type": "git",
|
---|
| 40 | "url": "https://github.com/tomas/needle.git"
|
---|
| 41 | },
|
---|
| 42 | "dependencies": {
|
---|
| 43 | "debug": "^3.2.6",
|
---|
| 44 | "iconv-lite": "^0.4.4",
|
---|
| 45 | "sax": "^1.2.4"
|
---|
| 46 | },
|
---|
| 47 | "devDependencies": {
|
---|
| 48 | "JSONStream": "^1.3.5",
|
---|
| 49 | "jschardet": "^1.6.0",
|
---|
| 50 | "mocha": "^5.2.0",
|
---|
| 51 | "pump": "^3.0.0",
|
---|
| 52 | "q": "^1.5.1",
|
---|
| 53 | "should": "^13.2.3",
|
---|
| 54 | "sinon": "^2.3.0",
|
---|
| 55 | "xml2js": "^0.4.19"
|
---|
| 56 | },
|
---|
| 57 | "scripts": {
|
---|
| 58 | "test": "mocha test"
|
---|
| 59 | },
|
---|
| 60 | "directories": {
|
---|
| 61 | "lib": "./lib"
|
---|
| 62 | },
|
---|
| 63 | "main": "./lib/needle",
|
---|
| 64 | "bin": {
|
---|
| 65 | "needle": "./bin/needle"
|
---|
| 66 | },
|
---|
| 67 | "license": "MIT",
|
---|
| 68 | "engines": {
|
---|
| 69 | "node": ">= 4.4.x"
|
---|
| 70 | }
|
---|
| 71 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.