123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "yamljs@^0.3.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==",
- "_location": "/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": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.3.0.tgz",
- "_shasum": "dc060bf267447b39f7304e9b2bfbe8b5a7ddb03b",
- "_spec": "yamljs@^0.3.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Jeremy Faivre",
- "email": "[email protected]"
- },
- "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"
- }
|