Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json-to-ast

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-to-ast - npm Package Compare versions

Comparing version 2.0.0-alpha1.3 to 2.0.0

build.js

50

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc