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

flow-parser

Package Overview
Dependencies
Maintainers
3
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-parser - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

.npmignore

34

package.json
{
"name": "flow-parser",
"version": "0.0.0",
"description": "JavaScript parser written in OCaml. Produces SpiderMonkey AST.",
"main": "index.js",
"version": "0.1.0",
"description": "JavaScript parser written in OCaml. Produces SpiderMonkey AST",
"author": {
"name": "Gabe Levi",
"email": "gabe@fb.com"
},
"bin": {
"flowparse": "tools/inspect_ast.js",
"flowvalidate": "tools/js_test_files.js"
},
"repository": {
"private": true
},
"devDependencies": {
"esprima-fb": "12001.1.0-dev-harmony-fb"
},
"dependencies": {
"ast-types": ">=0.6.11",
"colors": ">=0.6.2",
"minimist": ">=0.2.0"
},
"engines": {
"node": ">=0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gabe Levi <gabe@fb.com>",
"license": "BSD"
"test": "node test/run_esprima_tests.js; node test/run_hardcoded_tests.js",
"prepublish": "make js"
}
}
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