aboutsummaryrefslogtreecommitdiff
path: root/node_modules/shebang-regex/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/shebang-regex/package.json')
-rw-r--r--node_modules/shebang-regex/package.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/node_modules/shebang-regex/package.json b/node_modules/shebang-regex/package.json
deleted file mode 100644
index d8ec9b61f..000000000
--- a/node_modules/shebang-regex/package.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "shebang-regex",
- "version": "1.0.0",
- "description": "Regular expression for matching a shebang",
- "license": "MIT",
- "repository": "sindresorhus/shebang-regex",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "node test.js"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "re",
- "regex",
- "regexp",
- "shebang",
- "match",
- "test"
- ],
- "devDependencies": {
- "ava": "0.0.4"
- }
-}