Socket
Socket
Sign inDemoInstall

dfa

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 1.0.0

compile.js

42

package.json
{
"name": "dfa",
"version": "0.0.0",
"description": "Deterministic Finite Automata",
"version": "1.0.0",
"description": "A state machine compiler",
"main": "index.js",
"dependencies": {
"babel-runtime": "^6.11.6"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.16.3",
"mocha": "^3.1.0",
"pegjs": "^0.10.0",
"rollup": "^0.36.1",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.4",
"rollup-plugin-local-resolve": "^1.0.7"
},
"scripts": {
"test": "node test"
"test": "mocha --require babel-register --require babel-polyfill",
"prepublish": "make"
},
"repository": {
"type": "git",
"url": "https://github.com/ben-ng/dfa.git"
"url": "git+ssh://git@github.com/devongovett/dfa.git"
},
"keywords": [
"finite",
"automata"
"state",
"machine",
"compiler"
],
"author": "Ben Ng <me@benng.me>",
"author": "Devon Govett <devongovett@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ben-ng/dfa/issues"
"url": "https://github.com/devongovett/dfa/issues"
},
"homepage": "https://github.com/ben-ng/dfa"
"homepage": "https://github.com/devongovett/dfa#readme",
"files": [
"index.js",
"index.js.map",
"compile.js",
"compile.js.map"
]
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc