{
    "name": "ecma-parser-tests",
    "version": "0.1.9",
    "description": "Test cases for ECMAScript parsers",
    "files": [
      "early/",
      "fail/",
      "pass/",
      "annexb/",
      "next/",
      "LICENSE.md"
    ],
    "dependencies": {},
    "devDependencies": {
    },
    "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/cherow/ecma-parser-tests.git"
    },
    "keywords": [
      "test262",
      "ecmascript",
      "ecmanext",
      "javascript",
      "tc39",
      "parser",
      "test",
      "cherow"
    ],
    "author": "KFlash",
    "license": "SEE LICENSE IN licenses.md",
    "bugs": {
      "url": "https://github.com/cherow/ecma-parser-tests/issues"
    },
    "homepage": "https://github.com/cherow/ecma-parser-tests#readme"
  }