| Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/shebang-regex/ |
| Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/shebang-regex/package.json |
{
"_id": "shebang-regex@3.0.0",
"_inBundle": true,
"_location": "/npm/shebang-regex",
"_phantomChildren": {},
"_requiredBy": [
"/npm/shebang-command"
],
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/shebang-regex/issues"
},
"description": "Regular expression for matching a shebang line",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/shebang-regex#readme",
"keywords": [
"regex",
"regexp",
"shebang",
"match",
"test",
"line"
],
"license": "MIT",
"name": "shebang-regex",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/shebang-regex.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.0"
}