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, 32 insertions, 0 deletions
diff --git a/node_modules/shebang-regex/package.json b/node_modules/shebang-regex/package.json
new file mode 100644
index 000000000..d8ec9b61f
--- /dev/null
+++ b/node_modules/shebang-regex/package.json
@@ -0,0 +1,32 @@
+{
+ "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"
+ }
+}