yaml-ast-parser
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "yaml-ast-parser", | ||
"version": "0.0.21", | ||
"private": false, | ||
"version": "0.0.22", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test-cov": " ./node_modules/.bin/istanbul cover _mocha tests/*Tests.js", | ||
"typings-for-idea": "node ./tools/createDeclarations", | ||
"build": "rm -rf dist/ && ./node_modules/typescript/bin/tsc ", | ||
"build-browser": "./node_modules/.bin/webpack --entry ./src/browser.js --output-path ./browser --output-filename bundle.js --verbose --profile --display-modules " | ||
"build": "rm -rf dist/ && ./node_modules/typescript/bin/tsc" | ||
}, | ||
@@ -18,3 +14,3 @@ "dependencies": { | ||
"type": "git", | ||
"url": "https://github.com/mulesoft/yaml-ast-parser.git" | ||
"url": "https://github.com/mulesoft-labs/yaml-ast-parser.git" | ||
}, | ||
@@ -26,20 +22,11 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/mulesoft/yaml-ast-parser", | ||
"homepage": "https://github.com/mulesoft-labs/yaml-ast-parser", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/mulesoft/yaml-ast-parser/issues" | ||
"url": "https://github.com/mulesoft-labs/yaml-ast-parser/issues" | ||
}, | ||
"devDependencies": { | ||
"chai": "^2.2.0", | ||
"chai-as-promised": "^5.2.0", | ||
"gulp": "^3.8.11", | ||
"gulp-typedoc": "^1.2.1", | ||
"istanbul": "^0.4.2", | ||
"json-loader": "^0.5.1", | ||
"mocha": "^2.2.1", | ||
"typedoc": "^0.3.12", | ||
"typescript": "1.8.7", | ||
"typings": "^0.5.1", | ||
"webpack": "^1.3.7" | ||
"typings": "^0.5.1" | ||
} | ||
} | ||
} |
# yaml-ast-parser | ||
This is a fork of JS-YAML which supports parsing of YAML into AST. | ||
@@ -3,0 +4,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2
2
1
9
345617