@frida/reserved-words
Version:
ECMAScript reserved words checker
44 lines (43 loc) • 959 B
JSON
{
"name": "@frida/reserved-words",
"version": "1.0.0",
"description": "ECMAScript reserved words checker",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"scripts": {
"test": "jshint && jscs lib test && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/frida/gumjs-reserved-words.git"
},
"keywords": [
"ES3",
"ES5",
"ES6",
"ReservedWord",
"Keyword",
"checker"
],
"author": "Alexej Yaroshevich <zxqfox@gmail.com> (http://github.com/zxqfox)",
"license": "MIT",
"bugs": {
"url": "https://github.com/frida/gumjs-reserved-words.git/issues"
},
"homepage": "https://github.com/frida/gumjs-reserved-words.git#readme",
"devDependencies": {
"jscs": "^1.13.1",
"jscs-jsdoc": "^1.1.0",
"jshint": "^2.8.0",
"mocha": "^2.2.5"
},
"files": [
"lib",
"README.md",
"LICENSE"
]
}