strict-supported
Version:
Check if strict mode is supported.
43 lines (42 loc) • 942 B
JSON
{
"name": "strict-supported",
"version": "1.0.0",
"description": "Check if strict mode is supported.",
"repository": "https://github.com/Richienb/strict-supported.git",
"author": "Richie Bendall <richiebendall@gmail.com>",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"lint": "xo",
"test": "yarn lint && ava"
},
"keywords": [
"strict",
"supported",
"use-strict",
"use",
"safety",
"checking",
"is"
],
"dependencies": {},
"devDependencies": {
"ava": "^2.1.0",
"eslint-config-richienb": "^0.2.2",
"is-node-later": "^1.0.0",
"xo": "^0.25.3"
},
"resolutions": {
"eslint": "^6.6.0"
},
"xo": {
"extends": "richienb/node",
"rules": {
"no-invalid-this": 0
}
}
}