aboutsummaryrefslogtreecommitdiff
path: root/node_modules/posix-character-classes/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/posix-character-classes/package.json')
-rw-r--r--node_modules/posix-character-classes/package.json54
1 files changed, 0 insertions, 54 deletions
diff --git a/node_modules/posix-character-classes/package.json b/node_modules/posix-character-classes/package.json
deleted file mode 100644
index acce4ba70..000000000
--- a/node_modules/posix-character-classes/package.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "name": "posix-character-classes",
- "description": "POSIX character classes for creating regular expressions.",
- "version": "0.1.1",
- "homepage": "https://github.com/jonschlinkert/posix-character-classes",
- "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
- "repository": "jonschlinkert/posix-character-classes",
- "bugs": {
- "url": "https://github.com/jonschlinkert/posix-character-classes/issues"
- },
- "license": "MIT",
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "devDependencies": {
- "gulp-format-md": "^0.1.12",
- "mocha": "^3.2.0"
- },
- "keywords": [
- "character",
- "classes",
- "posix"
- ],
- "verb": {
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "reflinks": [
- "verb",
- "verb-generate-readme"
- ],
- "lint": {
- "reflinks": true
- },
- "related-list": [
- "micromatch",
- "nanomatch",
- "extglob",
- "expand-brackets"
- ]
- }
-}