Current File : //usr/lib/node_modules/pm2/node_modules/yamljs/package.json |
{
"_from": "yamljs@^0.3.0",
"_id": "yamljs@0.3.0",
"_inBundle": false,
"_integrity": "sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==",
"_location": "/pm2/yamljs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "yamljs@^0.3.0",
"name": "yamljs",
"escapedName": "yamljs",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/pm2"
],
"_resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.3.0.tgz",
"_shasum": "dc060bf267447b39f7304e9b2bfbe8b5a7ddb03b",
"_spec": "yamljs@^0.3.0",
"_where": "/usr/lib/node_modules/pm2",
"author": {
"name": "Jeremy Faivre",
"email": "contact@jeremyfa.com"
},
"bin": {
"yaml2json": "./bin/yaml2json",
"json2yaml": "./bin/json2yaml"
},
"bugs": {
"url": "https://github.com/jeremyfa/yaml.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"argparse": "^1.0.7",
"glob": "^7.0.5"
},
"deprecated": false,
"description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",
"devDependencies": {
"benchmark": "^2.1.0",
"coffeeify": "^2.0.1",
"jasmine-node": "^1.14.5"
},
"homepage": "https://github.com/jeremyfa/yaml.js#readme",
"keywords": [
"yaml",
"json",
"yaml2json",
"json2yaml"
],
"license": "MIT",
"main": "./lib/Yaml.js",
"name": "yamljs",
"repository": {
"type": "git",
"url": "git://github.com/jeremyfa/yaml.js.git"
},
"scripts": {
"test": "cake build; cake test"
},
"version": "0.3.0"
}