|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "js-yaml",
|
|---|
| 3 | "version": "3.14.2",
|
|---|
| 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": "Vladimir Zapparov <dervus.grim@gmail.com>",
|
|---|
| 13 | "contributors": [
|
|---|
| 14 | "Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)",
|
|---|
| 15 | "Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)",
|
|---|
| 16 | "Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)"
|
|---|
| 17 | ],
|
|---|
| 18 | "license": "MIT",
|
|---|
| 19 | "repository": "nodeca/js-yaml",
|
|---|
| 20 | "files": [
|
|---|
| 21 | "index.js",
|
|---|
| 22 | "lib/",
|
|---|
| 23 | "bin/",
|
|---|
| 24 | "dist/"
|
|---|
| 25 | ],
|
|---|
| 26 | "bin": {
|
|---|
| 27 | "js-yaml": "bin/js-yaml.js"
|
|---|
| 28 | },
|
|---|
| 29 | "unpkg": "dist/js-yaml.min.js",
|
|---|
| 30 | "jsdelivr": "dist/js-yaml.min.js",
|
|---|
| 31 | "dependencies": {
|
|---|
| 32 | "argparse": "^1.0.7",
|
|---|
| 33 | "esprima": "^4.0.0"
|
|---|
| 34 | },
|
|---|
| 35 | "devDependencies": {
|
|---|
| 36 | "ansi": "^0.3.1",
|
|---|
| 37 | "benchmark": "^2.1.4",
|
|---|
| 38 | "browserify": "^16.2.2",
|
|---|
| 39 | "codemirror": "^5.13.4",
|
|---|
| 40 | "eslint": "^7.0.0",
|
|---|
| 41 | "fast-check": "^1.24.2",
|
|---|
| 42 | "istanbul": "^0.4.5",
|
|---|
| 43 | "mocha": "^7.1.2",
|
|---|
| 44 | "uglify-js": "^3.0.1"
|
|---|
| 45 | },
|
|---|
| 46 | "scripts": {
|
|---|
| 47 | "test": "make test"
|
|---|
| 48 | }
|
|---|
| 49 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.