Initial commit
[yaffs-website] / node_modules / js-yaml / package.json
1 {
2   "_args": [
3     [
4       "js-yaml@^3.4.3",
5       "/var/www/yaffs/node_modules/cosmiconfig"
6     ]
7   ],
8   "_from": "js-yaml@>=3.4.3 <4.0.0",
9   "_id": "js-yaml@3.8.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/js-yaml",
13   "_nodeVersion": "6.9.4",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/js-yaml-3.8.2.tgz_1488473380123_0.05922025511972606"
17   },
18   "_npmUser": {
19     "email": "vitaly@rcdesign.ru",
20     "name": "vitaly"
21   },
22   "_npmVersion": "3.10.10",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "js-yaml",
26     "raw": "js-yaml@^3.4.3",
27     "rawSpec": "^3.4.3",
28     "scope": null,
29     "spec": ">=3.4.3 <4.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/cosmiconfig"
34   ],
35   "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.2.tgz",
36   "_shasum": "02d3e2c0f6beab20248d412c352203827d786721",
37   "_shrinkwrap": null,
38   "_spec": "js-yaml@^3.4.3",
39   "_where": "/var/www/yaffs/node_modules/cosmiconfig",
40   "author": {
41     "email": "dervus.grim@gmail.com",
42     "name": "Vladimir Zapparov"
43   },
44   "bin": {
45     "js-yaml": "bin/js-yaml.js"
46   },
47   "bugs": {
48     "url": "https://github.com/nodeca/js-yaml/issues"
49   },
50   "contributors": [
51     {
52       "name": "Aleksey V Zapparov",
53       "email": "ixti@member.fsf.org",
54       "url": "http://www.ixti.net/"
55     },
56     {
57       "name": "Vitaly Puzrin",
58       "email": "vitaly@rcdesign.ru",
59       "url": "https://github.com/puzrin"
60     },
61     {
62       "name": "Martin Grenfell",
63       "email": "martin.grenfell@gmail.com",
64       "url": "http://got-ravings.blogspot.com"
65     }
66   ],
67   "dependencies": {
68     "argparse": "^1.0.7",
69     "esprima": "^3.1.1"
70   },
71   "description": "YAML 1.2 parser and serializer",
72   "devDependencies": {
73     "ansi": "*",
74     "benchmark": "*",
75     "browserify": "^13.0.0",
76     "codemirror": "^5.13.4",
77     "eslint": "^3.10.0",
78     "istanbul": "*",
79     "mocha": "*",
80     "uglify-js": "^2.6.1"
81   },
82   "directories": {},
83   "dist": {
84     "shasum": "02d3e2c0f6beab20248d412c352203827d786721",
85     "tarball": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.2.tgz"
86   },
87   "files": [
88     "bin/",
89     "dist/",
90     "index.js",
91     "lib/"
92   ],
93   "gitHead": "7dd7254139804a0cd15683fd9e61ad949bd5ce14",
94   "homepage": "https://github.com/nodeca/js-yaml",
95   "keywords": [
96     "parser",
97     "pyyaml",
98     "serializer",
99     "yaml"
100   ],
101   "license": "MIT",
102   "maintainers": [
103     {
104       "name": "vitaly",
105       "email": "vitaly@rcdesign.ru"
106     }
107   ],
108   "name": "js-yaml",
109   "optionalDependencies": {},
110   "readme": "ERROR: No README data found!",
111   "repository": {
112     "type": "git",
113     "url": "git+https://github.com/nodeca/js-yaml.git"
114   },
115   "scripts": {
116     "test": "make test"
117   },
118   "version": "3.8.2"
119 }