{ "name": "pseudo-yaml-ast", "version": "1.0.5", "license": "MPL-2.0", "description": "Parse a YAML string into an object with location properties", "keywords": [ "parse", "yaml", "yml", "json", "ast", "abstract", "syntax", "tree", "loc", "location" ], "repository": "github:yldio/joyent-portal", "main": "dist/pseudo-yaml-ast.umd.js", "jsnext:main": "dist/pseudo-yaml-ast.es.js", "module": "dist/pseudo-yaml-ast.es.js", "entry": "src/index.js", "files": [ "dist" ], "scripts": { "lint": "eslint . --fix --format=tap", "test:run": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text ava", "test": "run-s build test:run", "build": "bup", "prepublish": "bup" }, "dependencies": { "has-own-prop": "^1.0.0", "lodash.isnull": "^3.0.0", "lodash.isundefined": "^3.0.1", "yaml-ast-parser": "0.0.32" }, "devDependencies": { "ava": "0.19.1", "babel-plugin-istanbul": "^4.1.3", "babel-preset-env": "^1.5.1", "babel-register": "^6.24.1", "bup": "^1.0.7", "cross-env": "^5.0.0", "eslint": "^3.19.0", "eslint-config-joyent-portal": "1.0.0", "npm-run-all": "^4.0.2", "nyc": "^10.3.2", "prettier": "^1.3.1" }, "nyc": { "sourceMap": false, "instrument": false }, "ava": { "tap": true, "require": [ "babel-register" ], "babel": "inherit" } }