UNPKG

esvalid

Version:

confirm that a SpiderMonkey format AST represents an ECMAScript program

54 lines (53 loc) 1.15 kB
{ "name": "esvalid", "version": "1.1.0", "description": "confirm that a SpiderMonkey format AST represents an ECMAScript program", "main": "index", "scripts": { "test": "make lint test" }, "files": [ "index.js" ], "repository": { "type": "git", "url": "git@github.com:michaelficarra/esvalid.git" }, "keywords": [ "esvalid", "ECMAScript", "ES262", "SpiderMonkey", "AST", "validate", "validator", "valid" ], "author": "Michael Ficarra", "license": "3-Clause BSD", "bugs": { "url": "https://github.com/michaelficarra/esvalid/issues" }, "homepage": "https://github.com/michaelficarra/esvalid", "dependencies": { "esutils": "^1.1.4", "object-assign": "^0.3.1" }, "devDependencies": { "async": "0.9.0", "coffee-script": "1.7.1", "colors": "0.6.2", "commander": "2.2.0", "eslint": "^0.6.2", "esprima": "^1.2.2", "express": "4.4.4", "istanbul": "^0.2.11", "lodash": "2.4.1", "mkdirp": "0.5.0", "mocha": "^1.20.1", "optimist": "0.6.1", "request": "2.36.0", "underscore": "1.6.0", "xyz": "^0.4.0" } }