blob: 9d248efdfb00abeb358aa835b695ea8da56c7c36 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "js-yaml@~3.14.0",
3 "_id": "js-yaml@3.14.0",
4 "_inBundle": false,
5 "_integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==",
6 "_location": "/js-yaml",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "js-yaml@~3.14.0",
12 "name": "js-yaml",
13 "escapedName": "js-yaml",
14 "rawSpec": "~3.14.0",
15 "saveSpec": null,
16 "fetchSpec": "~3.14.0"
17 },
18 "_requiredBy": [
19 "/grunt",
20 "/svgo"
21 ],
22 "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz",
23 "_shasum": "a7a34170f26a21bb162424d8adacb4113a69e482",
24 "_spec": "js-yaml@~3.14.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt",
26 "author": {
27 "name": "Vladimir Zapparov",
28 "email": "dervus.grim@gmail.com"
29 },
30 "bin": {
31 "js-yaml": "bin/js-yaml.js"
32 },
33 "bugs": {
34 "url": "https://github.com/nodeca/js-yaml/issues"
35 },
36 "bundleDependencies": false,
37 "contributors": [
38 {
39 "name": "Aleksey V Zapparov",
40 "email": "ixti@member.fsf.org",
41 "url": "http://www.ixti.net/"
42 },
43 {
44 "name": "Vitaly Puzrin",
45 "email": "vitaly@rcdesign.ru",
46 "url": "https://github.com/puzrin"
47 },
48 {
49 "name": "Martin Grenfell",
50 "email": "martin.grenfell@gmail.com",
51 "url": "http://got-ravings.blogspot.com"
52 }
53 ],
54 "dependencies": {
55 "argparse": "^1.0.7",
56 "esprima": "^4.0.0"
57 },
58 "deprecated": false,
59 "description": "YAML 1.2 parser and serializer",
60 "devDependencies": {
61 "ansi": "^0.3.1",
62 "benchmark": "^2.1.4",
63 "browserify": "^16.2.2",
64 "codemirror": "^5.13.4",
65 "eslint": "^7.0.0",
66 "fast-check": "^1.24.2",
67 "istanbul": "^0.4.5",
68 "mocha": "^7.1.2",
69 "uglify-js": "^3.0.1"
70 },
71 "files": [
72 "index.js",
73 "lib/",
74 "bin/",
75 "dist/"
76 ],
77 "homepage": "https://github.com/nodeca/js-yaml",
78 "jsdelivr": "dist/js-yaml.min.js",
79 "keywords": [
80 "yaml",
81 "parser",
82 "serializer",
83 "pyyaml"
84 ],
85 "license": "MIT",
86 "name": "js-yaml",
87 "repository": {
88 "type": "git",
89 "url": "git+https://github.com/nodeca/js-yaml.git"
90 },
91 "scripts": {
92 "test": "make test"
93 },
94 "unpkg": "dist/js-yaml.min.js",
95 "version": "3.14.0"
96}