json-to-ast
Advanced tools
Comparing version 2.0.0-alpha1.3 to 2.0.0
{ | ||
"name": "json-to-ast", | ||
"version": "2.0.0-alpha1.3", | ||
"description": "JSON parser with AST output", | ||
"version": "2.0.0", | ||
"author": "Vlad Trushin", | ||
"description": "JSON AST parser", | ||
"homepage": "https://github.com/vtrushin/json-to-ast", | ||
@@ -15,32 +15,40 @@ "repository": "vtrushin/json-to-ast", | ||
], | ||
"license": "MIT", | ||
"keywords": [ | ||
"json-parser", | ||
"parser", | ||
"ast", | ||
"json", | ||
"parser", | ||
"ast" | ||
"tree" | ||
], | ||
"main": "dist/parse.js", | ||
"main": "build.js", | ||
"files": [ | ||
"dist", | ||
"build.js", | ||
"LICENSE", | ||
"readme.md" | ||
"README.md", | ||
"CHANGELOG.md" | ||
], | ||
"engines": { | ||
"node": ">= 4" | ||
}, | ||
"scripts": { | ||
"build": "gulp es6", | ||
"build": "rollup -c", | ||
"watch": "rollup -c -w", | ||
"pretest": "npm run build", | ||
"test": "mocha", | ||
"prepublish": "npm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-transform-es2015-modules-umd": "^6.6.5", | ||
"babel-plugin-transform-object-assign": "^6.8.0", | ||
"babel-polyfill": "^6.3.14", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-core": "^6.26.0", | ||
"babel-helpers": "^6.24.1", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-3": "^6.24.1", | ||
"code-error-fragment": "0.0.226", | ||
"coveralls": "^2.11.9", | ||
"del": "^2.0.2", | ||
"gulp": "^3.9.0", | ||
"gulp-babel": "^6.0.0", | ||
"gulp-notify": "^2.2.0", | ||
"gulp-rollup": "^1.7.0", | ||
"mocha": "^2.4.5" | ||
} | ||
"mocha": "^2.4.5", | ||
"rollup": "^0.50.0", | ||
"rollup-plugin-babel": "^3.0.2", | ||
"rollup-plugin-node-resolve": "^3.0.0" | ||
}, | ||
"license": "MIT" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
28470
848
0
140
1