{
  "_args": [
    [
      {
        "raw": "whatwg-encoding@^1.0.1",
        "scope": null,
        "escapedName": "whatwg-encoding",
        "name": "whatwg-encoding",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/jsdom"
    ]
  ],
  "_from": "whatwg-encoding@>=1.0.1 <2.0.0",
  "_id": "whatwg-encoding@1.0.1",
  "_inCache": true,
  "_location": "/whatwg-encoding",
  "_nodeVersion": "6.2.2",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/whatwg-encoding-1.0.1.tgz_1476585270143_0.7966783917509019"
  },
  "_npmUser": {
    "name": "domenic",
    "email": "d@domenic.me"
  },
  "_npmVersion": "3.9.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "whatwg-encoding@^1.0.1",
    "scope": null,
    "escapedName": "whatwg-encoding",
    "name": "whatwg-encoding",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/html-encoding-sniffer",
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.1.tgz",
  "_shasum": "3c6c451a198ee7aec55b1ec61d0920c67801a5f4",
  "_shrinkwrap": null,
  "_spec": "whatwg-encoding@^1.0.1",
  "_where": "/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/jsdom",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "bugs": {
    "url": "https://github.com/jsdom/whatwg-encoding/issues"
  },
  "dependencies": {
    "iconv-lite": "0.4.13"
  },
  "description": "Decode strings according to the WHATWG Encoding Standard",
  "devDependencies": {
    "eslint": "^3.8.0",
    "got": "^6.5.0",
    "mocha": "^3.1.2"
  },
  "directories": {},
  "dist": {
    "shasum": "3c6c451a198ee7aec55b1ec61d0920c67801a5f4",
    "tarball": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.1.tgz"
  },
  "files": [
    "lib/"
  ],
  "gitHead": "22ef4432e223dd4736651b1db7c43fb532352ea7",
  "homepage": "https://github.com/jsdom/whatwg-encoding#readme",
  "keywords": [
    "encoding",
    "whatwg"
  ],
  "license": "WTFPL",
  "main": "lib/whatwg-encoding.js",
  "maintainers": [
    {
      "name": "domenic",
      "email": "d@domenic.me"
    }
  ],
  "name": "whatwg-encoding",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/whatwg-encoding.git"
  },
  "scripts": {
    "lint": "eslint lib test",
    "test": "mocha",
    "update": "node scripts/update.js"
  },
  "version": "1.0.1"
}
