Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80681 views
1
{
2
"name": "js-yaml",
3
"version": "3.3.1",
4
"description": "YAML 1.2 parser and serializer",
5
"keywords": [
6
"yaml",
7
"parser",
8
"serializer",
9
"pyyaml"
10
],
11
"homepage": "https://github.com/nodeca/js-yaml",
12
"author": {
13
"name": "Dervus Grim",
14
"email": "[email protected]"
15
},
16
"contributors": [
17
{
18
"name": "Aleksey V Zapparov",
19
"email": "[email protected]",
20
"url": "http://www.ixti.net/"
21
},
22
{
23
"name": "Vitaly Puzrin",
24
"email": "[email protected]",
25
"url": "https://github.com/puzrin"
26
},
27
{
28
"name": "Martin Grenfell",
29
"email": "[email protected]",
30
"url": "http://got-ravings.blogspot.com"
31
}
32
],
33
"license": "MIT",
34
"repository": {
35
"type": "git",
36
"url": "git://github.com/nodeca/js-yaml.git"
37
},
38
"bin": {
39
"js-yaml": "bin/js-yaml.js"
40
},
41
"dependencies": {
42
"argparse": "~1.0.2",
43
"esprima": "~2.2.0"
44
},
45
"devDependencies": {
46
"ansi": "*",
47
"benchmark": "*",
48
"eslint": "0.18.0",
49
"eslint-plugin-nodeca": "^1.0.3",
50
"istanbul": "*",
51
"mocha": "*"
52
},
53
"browser": {
54
"buffer": false
55
},
56
"scripts": {
57
"test": "make test"
58
},
59
"gitHead": "c50f9936bd1e99d64a54d30400e377f4fda401c5",
60
"bugs": {
61
"url": "https://github.com/nodeca/js-yaml/issues"
62
},
63
"_id": "[email protected]",
64
"_shasum": "ca1acd3423ec275d12140a7bab51db015ba0b3c0",
65
"_from": "js-yaml@>=3.0.0 <4.0.0",
66
"_npmVersion": "1.4.28",
67
"_npmUser": {
68
"name": "vitaly",
69
"email": "[email protected]"
70
},
71
"maintainers": [
72
{
73
"name": "vitaly",
74
"email": "[email protected]"
75
}
76
],
77
"dist": {
78
"shasum": "ca1acd3423ec275d12140a7bab51db015ba0b3c0",
79
"tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-3.3.1.tgz"
80
},
81
"directories": {},
82
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.3.1.tgz"
83
}
84
85