Befor generating

This commit is contained in:
marys
2026-06-01 13:17:37 +02:00
parent 3383f4bf4a
commit 1aa1b5f625
6756 changed files with 649946 additions and 1 deletions
+42
View File
@@ -0,0 +1,42 @@
{
"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
}
}