summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/js-yaml/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/js-yaml/package.json')
-rw-r--r--tools/eslint/node_modules/js-yaml/package.json84
1 files changed, 84 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/js-yaml/package.json b/tools/eslint/node_modules/js-yaml/package.json
new file mode 100644
index 0000000000..f52da7b733
--- /dev/null
+++ b/tools/eslint/node_modules/js-yaml/package.json
@@ -0,0 +1,84 @@
+{
+ "name": "js-yaml",
+ "version": "3.3.0",
+ "description": "YAML 1.2 parser and serializer",
+ "keywords": [
+ "yaml",
+ "parser",
+ "serializer",
+ "pyyaml"
+ ],
+ "homepage": "https://github.com/nodeca/js-yaml",
+ "author": {
+ "name": "Dervus Grim",
+ "email": "dervus.grim@gmail.com"
+ },
+ "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"
+ }
+ ],
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/nodeca/js-yaml.git"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ },
+ "dependencies": {
+ "argparse": "~1.0.2",
+ "esprima": "~2.2.0"
+ },
+ "devDependencies": {
+ "ansi": "*",
+ "benchmark": "*",
+ "eslint": "0.18.0",
+ "eslint-plugin-nodeca": "^1.0.3",
+ "istanbul": "*",
+ "mocha": "*"
+ },
+ "browser": {
+ "buffer": false
+ },
+ "scripts": {
+ "test": "make test"
+ },
+ "gitHead": "9cc570a50a767b08c3b0fcd0e61efec880aa7c11",
+ "bugs": {
+ "url": "https://github.com/nodeca/js-yaml/issues"
+ },
+ "_id": "js-yaml@3.3.0",
+ "_shasum": "cb6422d39168dbde419fecb7fd06fbe27ad56210",
+ "_from": "js-yaml@>=3.2.5 <4.0.0",
+ "_npmVersion": "1.4.28",
+ "_npmUser": {
+ "name": "vitaly",
+ "email": "vitaly@rcdesign.ru"
+ },
+ "maintainers": [
+ {
+ "name": "vitaly",
+ "email": "vitaly@rcdesign.ru"
+ }
+ ],
+ "dist": {
+ "shasum": "cb6422d39168dbde419fecb7fd06fbe27ad56210",
+ "tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-3.3.0.tgz"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.3.0.tgz",
+ "readme": "ERROR: No README data found!"
+}