is-keyword
Version:
Checks if the given token is an ES keyword.
37 lines (36 loc) • 673 B
JSON
{
"name": "is-keyword",
"version": "1.2.2",
"description": "Checks if the given token is an ES keyword.",
"license": "MIT",
"repository": "hemanth/is-keyword",
"author": {
"name": "Hemanth.HM",
"email": "hemanth.hm@gmail.com",
"url": "http://h3manth.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha",
"browser": "browserify -s $npm_package_name -o browser.js ."
},
"files": [
"index.js"
],
"keywords": [
"type",
"detect",
"check",
"is",
"keyword",
"keywords",
"ES"
],
"devDependencies": {
"browserify": "^8.1.0",
"mocha": "*",
"read-chunk": "^2.0.0"
}
}