You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"_from": "yamljs@^0.2.10",
|
|
"_id": "yamljs@0.2.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-SBzHwlynOvWfWR8MluPOVsdXpA8=",
|
|
"_location": "/yamljs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "yamljs@^0.2.10",
|
|
"name": "yamljs",
|
|
"escapedName": "yamljs",
|
|
"rawSpec": "^0.2.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/rita"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.2.10.tgz",
|
|
"_shasum": "481cc7c25ca73af59f591f0c96e3ce56c757a40f",
|
|
"_spec": "yamljs@^0.2.10",
|
|
"_where": "/Users/paolo/Desktop/multiplayer games/likelike-online/node_modules/rita",
|
|
"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.2.10"
|
|
}
|