Initial commit
[yaffs-website] / node_modules / string_decoder / package.json
1 {
2   "_args": [
3     [
4       "string_decoder@~0.10.x",
5       "/var/www/yaffs/node_modules/readable-stream"
6     ]
7   ],
8   "_from": "string_decoder@>=0.10.0 <0.11.0",
9   "_id": "string_decoder@0.10.31",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/string_decoder",
13   "_npmUser": {
14     "email": "rod@vagg.org",
15     "name": "rvagg"
16   },
17   "_npmVersion": "1.4.23",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "string_decoder",
21     "raw": "string_decoder@~0.10.x",
22     "rawSpec": "~0.10.x",
23     "scope": null,
24     "spec": ">=0.10.0 <0.11.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/glob-stream/readable-stream",
29     "/gulp/readable-stream",
30     "/readable-stream",
31     "/stdout-stream/readable-stream",
32     "/through2/readable-stream"
33   ],
34   "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
35   "_shasum": "62e203bc41766c6c28c9fc84301dab1c5310fa94",
36   "_shrinkwrap": null,
37   "_spec": "string_decoder@~0.10.x",
38   "_where": "/var/www/yaffs/node_modules/readable-stream",
39   "bugs": {
40     "url": "https://github.com/rvagg/string_decoder/issues"
41   },
42   "dependencies": {},
43   "description": "The string_decoder module from Node core",
44   "devDependencies": {
45     "tap": "~0.4.8"
46   },
47   "directories": {},
48   "dist": {
49     "shasum": "62e203bc41766c6c28c9fc84301dab1c5310fa94",
50     "tarball": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
51   },
52   "gitHead": "d46d4fd87cf1d06e031c23f1ba170ca7d4ade9a0",
53   "homepage": "https://github.com/rvagg/string_decoder",
54   "keywords": [
55     "browser",
56     "browserify",
57     "decoder",
58     "string"
59   ],
60   "license": "MIT",
61   "main": "index.js",
62   "maintainers": [
63     {
64       "name": "substack",
65       "email": "mail@substack.net"
66     },
67     {
68       "name": "rvagg",
69       "email": "rod@vagg.org"
70     }
71   ],
72   "name": "string_decoder",
73   "optionalDependencies": {},
74   "readme": "ERROR: No README data found!",
75   "repository": {
76     "type": "git",
77     "url": "git://github.com/rvagg/string_decoder.git"
78   },
79   "scripts": {
80     "test": "tap test/simple/*.js"
81   },
82   "version": "0.10.31"
83 }