2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "filename-regex",
|
|
|
|
"description": "Regular expression for matching file names, with or without extension.",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"homepage": "https://github.com/regexps/filename-regex",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Jon Schlinkert",
|
|
|
|
"url": "https://github.com/jonschlinkert"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/regexps/filename-regex.git"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/regexps/filename-regex/issues"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"license": {
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/regexps/filename-regex/blob/master/LICENSE-MIT"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"main": "index.js",
|
2016-10-10 03:43:44 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"files": ["index.js"],
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha -R spec"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"keywords": [
|
|
|
|
"basename",
|
|
|
|
"regular expression",
|
|
|
|
"file",
|
|
|
|
"filename",
|
|
|
|
"filepath",
|
|
|
|
"match",
|
|
|
|
"name",
|
|
|
|
"path",
|
|
|
|
"regex",
|
|
|
|
"regexp"
|
2016-11-03 01:33:53 +01:00
|
|
|
]
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|