summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/js-yaml/package.json
blob: ccae6962da08bc382fda2bd9899ec1aa10a55051 (plain)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
  "_args": [
    [
      "js-yaml@3.4.5",
      "/Users/mzasso/git/forks/node/node_modules/eslint"
    ]
  ],
  "_from": "js-yaml@3.4.5",
  "_id": "js-yaml@3.4.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint/js-yaml",
  "_nodeVersion": "4.2.2",
  "_npmUser": {
    "email": "vitaly@rcdesign.ru",
    "name": "vitaly"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "js-yaml",
    "raw": "js-yaml@3.4.5",
    "rawSpec": "3.4.5",
    "scope": null,
    "spec": "3.4.5",
    "type": "version"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.4.5.tgz",
  "_shasum": "c3403797df12b91866574f2de23646fe8cafb44d",
  "_shrinkwrap": null,
  "_spec": "js-yaml@3.4.5",
  "_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
  "author": {
    "email": "dervus.grim@gmail.com",
    "name": "Vladimir Zapparov"
  },
  "bin": {
    "js-yaml": "bin/js-yaml.js"
  },
  "browser": {
    "buffer": false
  },
  "bugs": {
    "url": "https://github.com/nodeca/js-yaml/issues"
  },
  "contributors": [
    {
      "name": "Aleksey V Zapparov",
      "email": "ixti@member.fsf.org",
      "url": "http://www.ixti.net/"
    },
    {
      "name": "Vitaly Puzrin",
      "email": "vitaly@rcdesign.ru",
      "url": "https://github.com/puzrin"
    },
    {
      "name": "Martin Grenfell",
      "email": "martin.grenfell@gmail.com",
      "url": "http://got-ravings.blogspot.com"
    }
  ],
  "dependencies": {
    "argparse": "^1.0.2",
    "esprima": "^2.6.0"
  },
  "description": "YAML 1.2 parser and serializer",
  "devDependencies": {
    "ansi": "*",
    "benchmark": "*",
    "eslint": "0.24.1",
    "eslint-plugin-nodeca": "^1.0.3",
    "istanbul": "*",
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "c3403797df12b91866574f2de23646fe8cafb44d",
    "tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.5.tgz"
  },
  "files": [
    "bin/",
    "dist/",
    "index.js",
    "lib/"
  ],
  "gitHead": "66035322ee0906f0bcb24700bd7332ce66726c32",
  "homepage": "https://github.com/nodeca/js-yaml",
  "keywords": [
    "parser",
    "pyyaml",
    "serializer",
    "yaml"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "vitaly",
      "email": "vitaly@rcdesign.ru"
    }
  ],
  "name": "js-yaml",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodeca/js-yaml.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "3.4.5"
}