aboutsummaryrefslogtreecommitdiff
path: root/utilities/hash_script/node_modules/encoding/package.json
blob: d999320d549edafb9bf2d696766f7032f515987b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "_args": [
    [
      {
        "raw": "encoding@^0.1.11",
        "scope": null,
        "escapedName": "encoding",
        "name": "encoding",
        "rawSpec": "^0.1.11",
        "spec": ">=0.1.11 <0.2.0",
        "type": "range"
      },
      "/home/nate/Desktop/tar_JDkx6AzcE/node_modules/node-fetch"
    ]
  ],
  "_from": "encoding@>=0.1.11 <0.2.0",
  "_id": "encoding@0.1.12",
  "_inCache": true,
  "_location": "/encoding",
  "_nodeVersion": "5.3.0",
  "_npmUser": {
    "name": "andris",
    "email": "andris@kreata.ee"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "encoding@^0.1.11",
    "scope": null,
    "escapedName": "encoding",
    "name": "encoding",
    "rawSpec": "^0.1.11",
    "spec": ">=0.1.11 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/node-fetch"
  ],
  "_resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
  "_shasum": "538b66f3ee62cd1ab51ec323829d1f9480c74beb",
  "_shrinkwrap": null,
  "_spec": "encoding@^0.1.11",
  "_where": "/home/nate/Desktop/tar_JDkx6AzcE/node_modules/node-fetch",
  "author": {
    "name": "Andris Reinman"
  },
  "bugs": {
    "url": "https://github.com/andris9/encoding/issues"
  },
  "dependencies": {
    "iconv-lite": "~0.4.13"
  },
  "description": "Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed",
  "devDependencies": {
    "iconv": "~2.1.11",
    "nodeunit": "~0.9.1"
  },
  "directories": {},
  "dist": {
    "shasum": "538b66f3ee62cd1ab51ec323829d1f9480c74beb",
    "tarball": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz"
  },
  "gitHead": "91ae950aaa854a119122c27cdbabd8c5585106f7",
  "homepage": "https://github.com/andris9/encoding#readme",
  "license": "MIT",
  "main": "lib/encoding.js",
  "maintainers": [
    {
      "name": "andris",
      "email": "andris@node.ee"
    }
  ],
  "name": "encoding",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andris9/encoding.git"
  },
  "scripts": {
    "test": "nodeunit test"
  },
  "version": "0.1.12"
}