• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "encoding@^0.1.11",
3  "_id": "encoding@0.1.12",
4  "_inBundle": false,
5  "_integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
6  "_location": "/encoding",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "encoding@^0.1.11",
12    "name": "encoding",
13    "escapedName": "encoding",
14    "rawSpec": "^0.1.11",
15    "saveSpec": null,
16    "fetchSpec": "^0.1.11"
17  },
18  "_requiredBy": [
19    "/node-fetch",
20    "/node-fetch-npm"
21  ],
22  "_resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
23  "_shasum": "538b66f3ee62cd1ab51ec323829d1f9480c74beb",
24  "_spec": "encoding@^0.1.11",
25  "_where": "/Users/rebecca/code/npm/node_modules/node-fetch-npm",
26  "author": {
27    "name": "Andris Reinman"
28  },
29  "bugs": {
30    "url": "https://github.com/andris9/encoding/issues"
31  },
32  "bundleDependencies": false,
33  "dependencies": {
34    "iconv-lite": "~0.4.13"
35  },
36  "deprecated": false,
37  "description": "Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed",
38  "devDependencies": {
39    "iconv": "~2.1.11",
40    "nodeunit": "~0.9.1"
41  },
42  "homepage": "https://github.com/andris9/encoding#readme",
43  "license": "MIT",
44  "main": "lib/encoding.js",
45  "name": "encoding",
46  "repository": {
47    "type": "git",
48    "url": "git+https://github.com/andris9/encoding.git"
49  },
50  "scripts": {
51    "test": "nodeunit test"
52  },
53  "version": "0.1.12"
54}
55