{
  "_args": [
    [
      {
        "raw": "needle@^2.2.1",
        "scope": null,
        "escapedName": "needle",
        "name": "needle",
        "rawSpec": "^2.2.1",
        "spec": ">=2.2.1 <3.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-gh-explorer/node_modules/node-pre-gyp"
    ]
  ],
  "_from": "needle@>=2.2.1 <3.0.0",
  "_hasShrinkwrap": false,
  "_id": "needle@2.2.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/needle",
  "_nodeVersion": "8.11.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/needle_2.2.4_1537641215878_0.146662261361864"
  },
  "_npmUser": {
    "name": "tomas",
    "email": "tomas@forkhq.com"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "needle@^2.2.1",
    "scope": null,
    "escapedName": "needle",
    "name": "needle",
    "rawSpec": "^2.2.1",
    "spec": ">=2.2.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/node-pre-gyp"
  ],
  "_resolved": "https://registry.npmjs.org/needle/-/needle-2.2.4.tgz",
  "_shasum": "51931bff82533b1928b7d1d69e01f1b00ffd2a4e",
  "_shrinkwrap": null,
  "_spec": "needle@^2.2.1",
  "_where": "/home/lively4/lively4/lively4-gh-explorer/node_modules/node-pre-gyp",
  "author": {
    "name": "Tomás Pollak",
    "email": "tomas@forkhq.com"
  },
  "bin": {
    "needle": "./bin/needle"
  },
  "bugs": {
    "url": "https://github.com/tomas/needle/issues"
  },
  "dependencies": {
    "debug": "^2.1.2",
    "iconv-lite": "^0.4.4",
    "sax": "^1.2.4"
  },
  "description": "The leanest and most handsome HTTP client in the Nodelands.",
  "devDependencies": {
    "JSONStream": "",
    "jschardet": "",
    "mocha": "",
    "q": "",
    "should": "^13.2.3",
    "sinon": "^2.3.0",
    "xml2js": ""
  },
  "directories": {
    "lib": "./lib"
  },
  "dist": {
    "integrity": "sha512-HyoqEb4wr/rsoaIDfTH2aVL9nWtQqba2/HvMv+++m8u0dz808MaagKILxtfeSN7QU7nvbQ79zk3vYOJp9zsNEA==",
    "shasum": "51931bff82533b1928b7d1d69e01f1b00ffd2a4e",
    "tarball": "https://registry.npmjs.org/needle/-/needle-2.2.4.tgz",
    "fileCount": 44,
    "unpackedSize": 198802,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbposACRA9TVsSAnZWagAAGHQP/jTC7emKatDy6UeIXGn5\npQ1CxNZYW4lbrd8R1KtH+YFZaqAdhG43jhiAEKPuELp7b1CmRwhidNU607WS\nBK+sBF9A0EI54v3CYUIHtzjU/LUO+RXSq03fb6Vhmp+dia/iKRyqOGEMMHtB\nNpNI6W/VqPJIIy/aRcGM+fo0m1ORNCkhGRsUEqGBC1WLdNR1+CD0Yz3efavh\nT6GBtzTE9qPD9xutFXIYAAUHc+1fZauBRFBc5qE9wzdPkO/XEudLf+3m8BXI\nHNtiulu6tNxTCm5mo470xW71HofeWXKZ22aC9yKCS6wXcfpF0s49FSA1dOT3\n/bF+h+ed1MwFKomj8WFl8y0+LmX7LSXIfsj9Mzg8/hezFczCOFIqfUOQz7xq\njwtpMQDu1GhPKc8HjF0sMz+rj66wR/Ti1zZv0QfwOuIfeyvylC+mMTSV4xyq\nT7PsUptnKoTw6fhMO6tNS0O6gdCejkrG5WOqXsk2f77eNEkr2eUnL+MvshGz\nQH1P/pcUBXeZECBQoB0Z76wnBmA5rfZW+z5aUkeVs1Glz6PJx7vC9tIw0PCW\nGtmMwIlnVokhQePJq3z9ukCKIRDWO9jhoPD53paVLa/Kjo3jhLqqMpHVaEaR\nMpT3u+jl9QEsDpwidWGeBEzPEuzpJG37LMbHJWqYAuPr2JXgxejjpBq/cdpR\nSTKa\r\n=dsEV\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">= 0.10.x"
  },
  "gitHead": "df43f4bd219c2ed431a14214316852ac65e4537f",
  "homepage": "https://github.com/tomas/needle#readme",
  "keywords": [
    "http",
    "https",
    "simple",
    "request",
    "client",
    "multipart",
    "upload",
    "proxy",
    "deflate",
    "timeout",
    "charset",
    "iconv",
    "cookie",
    "redirect"
  ],
  "license": "MIT",
  "main": "./lib/needle",
  "maintainers": [
    {
      "name": "tomas",
      "email": "tomas@forkhq.com"
    }
  ],
  "name": "needle",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomas/needle.git"
  },
  "scripts": {
    "test": "mocha test"
  },
  "tags": [
    "http",
    "https",
    "simple",
    "request",
    "client",
    "multipart",
    "upload",
    "proxy",
    "deflate",
    "timeout",
    "charset",
    "iconv",
    "cookie",
    "redirect"
  ],
  "version": "2.2.4"
}
