{"name":"yaml","version":"1.7.2","license":"ISC","author":{"name":"Eemeli Aro","email":"eemeli@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/eemeli/yaml.git"},"description":"JavaScript parser and stringifier for YAML","keywords":["YAML","parser","stringifier"],"homepage":"https://eemeli.org/yaml/","main":"./index.js","browser":{"./index.js":"./browser/index.js","./map.js":"./browser/map.js","./pair.js":"./browser/pair.js","./parse-cst.js":"./browser/parse-cst.js","./scalar.js":"./browser/scalar.js","./schema.js":"./browser/schema.js","./seq.js":"./browser/seq.js","./types.js":"./browser/types.js","./types/binary.js":"./browser/types/binary.js","./types/omap.js":"./browser/types/omap.js","./types/pairs.js":"./browser/types/pairs.js","./types/set.js":"./browser/types/set.js","./types/timestamp.js":"./browser/types/timestamp.js","./util.js":"./browser/util.js"},"scripts":{"browser:build":"BABEL_ENV=browser babel src/ --out-dir browser/dist/","browser:copy":"cpy '*.js' '!*.config.js' types/ browser/ --parents","clean":"git clean -fdxe node_modules","dist:build":"babel src/ --out-dir dist/","build":"npm run dist:build && npm run browser:build && npm run browser:copy","prettier":"prettier --write \"{src,tests}/**/*.js\"","lint":"eslint src/","start":"npm run dist:build && node -i -e 'YAML=require(\".\")'","test":"TRACE_LEVEL=log jest","test:trace":"TRACE_LEVEL=trace,log jest --no-cache","docs:install":"cd docs/ && bundle install","docs:deploy":"cd docs/ && ./deploy.sh","docs":"cd docs/ && bundle exec middleman server","preversion":"npm test && npm run build","prepublishOnly":"npm run clean && npm test && npm run build"},"browserslist":"> 0.5%, not dead","jest":{"testMatch":["**/tests/**/*.js"],"testPathIgnorePatterns":["tests/common","tests/cst/common"]},"prettier":{"semi":false,"singleQuote":true},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/plugin-proposal-class-properties":"^7.5.5","@babel/plugin-transform-runtime":"^7.6.2","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","babel-plugin-trace":"^1.1.0","common-tags":"^1.8.0","cpy-cli":"^2.0.0","eslint":"^6.5.1","eslint-config-prettier":"^6.4.0","eslint-plugin-prettier":"^3.1.1","fast-check":"^1.17.0","jest":"^24.9.0","prettier":"^1.18.2"},"dependencies":{"@babel/runtime":"^7.6.3"},"engines":{"node":">= 6"},"gitHead":"752d9e0f4ba0b38e203e8a731b926d8b81e5f9e4","bugs":{"url":"https://github.com/eemeli/yaml/issues"},"_id":"yaml@1.7.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"f26aabf738590ab61efaca502358e48dc9f348b2","size":98232,"noattachment":false,"key":"/yaml/-/yaml-1.7.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/yaml/download/yaml-1.7.2.tgz"},"maintainers":[{"name":"eemeli","email":"eemeli@gmail.com"}],"_npmUser":{"name":"eemeli","email":"eemeli@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/yaml_1.7.2_1571138650658_0.6368482969622014"},"_hasShrinkwrap":false,"publish_time":1571138650790,"_cnpm_publish_time":1571138650790,"dist-tags":{"latest":"2.8.3","next":"3.0.0-0"}}