summaryrefslogtreecommitdiff
path: root/tools/doc/node_modules/js-yaml/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/doc/node_modules/js-yaml/package.json')
-rw-r--r--tools/doc/node_modules/js-yaml/package.json96
1 files changed, 0 insertions, 96 deletions
diff --git a/tools/doc/node_modules/js-yaml/package.json b/tools/doc/node_modules/js-yaml/package.json
deleted file mode 100644
index 0776bc5686..0000000000
--- a/tools/doc/node_modules/js-yaml/package.json
+++ /dev/null
@@ -1,96 +0,0 @@
-{
- "_args": [
- [
- "js-yaml@3.11.0",
- "/Users/rubys/git/node/tools/doc"
- ]
- ],
- "_development": true,
- "_from": "js-yaml@3.11.0",
- "_id": "js-yaml@3.11.0",
- "_inBundle": false,
- "_integrity": "sha512-saJstZWv7oNeOyBh3+Dx1qWzhW0+e6/8eDzo7p5rDFqxntSztloLtuKu+Ejhtq82jsilwOIZYsCz+lIjthg1Hw==",
- "_location": "/js-yaml",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "js-yaml@3.11.0",
- "name": "js-yaml",
- "escapedName": "js-yaml",
- "rawSpec": "3.11.0",
- "saveSpec": null,
- "fetchSpec": "3.11.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.11.0.tgz",
- "_spec": "3.11.0",
- "_where": "/Users/rubys/git/node/tools/doc",
- "author": {
- "name": "Vladimir Zapparov",
- "email": "dervus.grim@gmail.com"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- },
- "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.7",
- "esprima": "^4.0.0"
- },
- "description": "YAML 1.2 parser and serializer",
- "devDependencies": {
- "ansi": "^0.3.1",
- "benchmark": "^2.1.4",
- "browserify": "^14.3.0",
- "codemirror": "^5.13.4",
- "eslint": "^4.1.1",
- "istanbul": "^0.4.5",
- "mocha": "^3.3.0",
- "uglify-js": "^3.0.1"
- },
- "files": [
- "index.js",
- "lib/",
- "bin/",
- "dist/"
- ],
- "homepage": "https://github.com/nodeca/js-yaml",
- "keywords": [
- "yaml",
- "parser",
- "serializer",
- "pyyaml"
- ],
- "license": "MIT",
- "name": "js-yaml",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nodeca/js-yaml.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "3.11.0"
-}