69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"yamljs@0.3.0",
|
|
"F:\\laragon\\www\\wishthis"
|
|
]
|
|
],
|
|
"_from": "yamljs@0.3.0",
|
|
"_id": "yamljs@0.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==",
|
|
"_location": "/yamljs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "yamljs@0.3.0",
|
|
"name": "yamljs",
|
|
"escapedName": "yamljs",
|
|
"rawSpec": "0.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/fomantic-ui"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.3.0.tgz",
|
|
"_spec": "0.3.0",
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
"author": {
|
|
"name": "Jeremy Faivre",
|
|
"email": "contact@jeremyfa.com"
|
|
},
|
|
"bin": {
|
|
"yaml2json": "bin/yaml2json",
|
|
"json2yaml": "bin/json2yaml"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jeremyfa/yaml.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"glob": "^7.0.5"
|
|
},
|
|
"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"
|
|
}
|