@fmvilas/pseudo-yaml-ast
Version:
Fork of pseudo-yaml-ast. Parse a YAML string into an object with location properties
43 lines (42 loc) • 860 B
JSON
{
"name": "@fmvilas/pseudo-yaml-ast",
"description": "Fork of pseudo-yaml-ast. Parse a YAML string into an object with location properties",
"version": "0.3.1",
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"keywords": [
"parse",
"yaml",
"yml",
"json",
"ast",
"abstract",
"syntax",
"tree",
"loc",
"location"
],
"main": "src/index.js",
"scripts": {
"lint": "eslint . --fix --ext .js --ext .md",
"ava": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text ava",
"test": "npm run lint && npm run ava"
},
"dependencies": {
"yaml-ast-parser": "0.0.43"
},
"devDependencies": {
"ava": "^0.25.0",
"lodash.get": "^4.4.2",
"nyc": "^11.2.1"
},
"nyc": {
"sourceMap": false,
"instrument": false
},
"ava": {
"tap": true
}
}