wishthis/node_modules/yamljs/package.json

70 lines
1.7 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"yamljs@0.3.0",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_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"
},
2022-01-21 08:28:41 +00:00
"dependencies": {
"argparse": "^1.0.7",
"glob": "^7.0.5"
},
2022-02-23 16:41:13 +00:00
"description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"benchmark": "^2.1.0",
"coffeeify": "^2.0.1",
"jasmine-node": "^1.14.5"
},
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/jeremyfa/yaml.js#readme",
"keywords": [
"yaml",
"json",
"yaml2json",
"json2yaml"
],
2022-01-21 08:28:41 +00:00
"license": "MIT",
2022-02-23 16:41:13 +00:00
"main": "./lib/Yaml.js",
"name": "yamljs",
2022-01-21 08:28:41 +00:00
"repository": {
"type": "git",
"url": "git://github.com/jeremyfa/yaml.js.git"
2022-02-23 16:41:13 +00:00
},
"scripts": {
"test": "cake build; cake test"
},
"version": "0.3.0"
2022-01-21 08:28:41 +00:00
}