| 1234567891011121314151617181920212223242526272829303132 | 
							- {
 
-   "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"
 
-   }
 
- }
 
 
  |