e2c0845145
- cloudapi-gql@1.0.4 - joyent-cp-frontend@1.1.0 - joyent-cp-gql-mock-server@1.0.4 - joyent-cp-gql-schema@1.0.4 - joyent-cp-rdb-bootstrap@1.0.4 - normalized-styled-components@1.0.5 - pseudo-json-ast@1.0.6 - pseudo-yaml-ast@1.0.6 - remcalc@1.0.5 - rnd-id@1.0.5 - styled-is@1.0.7 - joyent-ui-toolkit@1.1.0 - unitcalc@1.0.5
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "pseudo-yaml-ast",
|
|
"version": "1.0.6",
|
|
"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"
|
|
}
|
|
}
|