diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-27 17:36:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-27 17:36:13 +0200 |
commit | 5f466137ad6ac596600e3ff53c9b786815398445 (patch) | |
tree | f914c221874f0b16bf3def7ac01d59d1a99a3b0b /node_modules/escape-string-regexp/package.json | |
parent | c9f5ac8e763eda19aa0564179300cfff76785435 (diff) |
node_modules, clean up package.json
Diffstat (limited to 'node_modules/escape-string-regexp/package.json')
-rw-r--r-- | node_modules/escape-string-regexp/package.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/node_modules/escape-string-regexp/package.json b/node_modules/escape-string-regexp/package.json index 1dff6ff23..f307df34a 100644 --- a/node_modules/escape-string-regexp/package.json +++ b/node_modules/escape-string-regexp/package.json @@ -1,36 +1,41 @@ { "name": "escape-string-regexp", - "version": "1.0.2", + "version": "1.0.5", "description": "Escape RegExp special characters", "license": "MIT", "repository": "sindresorhus/escape-string-regexp", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", - "url": "http://sindresorhus.com" + "url": "sindresorhus.com" }, + "maintainers": [ + "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)", + "Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)" + ], "engines": { "node": ">=0.8.0" }, "scripts": { - "test": "mocha" + "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ + "escape", "regex", "regexp", "re", "regular", "expression", - "escape", "string", "str", "special", "characters" ], "devDependencies": { - "mocha": "*" + "ava": "*", + "xo": "*" } } |