summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/ansi-regex/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/ansi-regex/package.json')
-rw-r--r--deps/npm/node_modules/ansi-regex/package.json70
1 files changed, 19 insertions, 51 deletions
diff --git a/deps/npm/node_modules/ansi-regex/package.json b/deps/npm/node_modules/ansi-regex/package.json
index bf854fdc32..2bf2bb485f 100644
--- a/deps/npm/node_modules/ansi-regex/package.json
+++ b/deps/npm/node_modules/ansi-regex/package.json
@@ -1,52 +1,45 @@
{
- "_from": "ansi-regex@~2.1.1",
- "_id": "ansi-regex@2.1.1",
- "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
+ "_from": "ansi-regex@latest",
+ "_id": "ansi-regex@3.0.0",
+ "_inBundle": false,
+ "_integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
"_location": "/ansi-regex",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "tag",
"registry": true,
- "raw": "ansi-regex@~2.1.1",
+ "raw": "ansi-regex@latest",
"name": "ansi-regex",
"escapedName": "ansi-regex",
- "rawSpec": "~2.1.1",
+ "rawSpec": "latest",
"saveSpec": null,
- "fetchSpec": "~2.1.1"
+ "fetchSpec": "latest"
},
"_requiredBy": [
- "/",
- "/npm-registry-couchapp/couchapp/nano/follow/request/har-validator/chalk/has-ansi",
- "/standard/eslint/chalk/has-ansi",
- "/standard/eslint/inquirer",
- "/strip-ansi",
- "/tap/coveralls/request/har-validator/chalk/has-ansi",
- "/update-notifier/chalk/has-ansi"
+ "#USER",
+ "/"
],
- "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
- "_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
- "_shrinkwrap": null,
- "_spec": "ansi-regex@~2.1.1",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
+ "_shasum": "ed0317c322064f79466c02966bddb605ab37d998",
+ "_spec": "ansi-regex@latest",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bin": null,
"bugs": {
"url": "https://github.com/chalk/ansi-regex/issues"
},
"bundleDependencies": false,
- "dependencies": {},
"deprecated": false,
"description": "Regular expression for matching ANSI escape codes",
"devDependencies": {
- "ava": "0.17.0",
- "xo": "0.16.0"
+ "ava": "*",
+ "xo": "*"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4"
},
"files": [
"index.js"
@@ -80,39 +73,14 @@
"pattern"
],
"license": "MIT",
- "maintainers": [
- {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- {
- "name": "Joshua Appelman",
- "email": "jappelman@xebia.com",
- "url": "jbnicolai.com"
- },
- {
- "name": "JD Ballard",
- "email": "i.am.qix@gmail.com",
- "url": "github.com/qix-"
- }
- ],
"name": "ansi-regex",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/ansi-regex.git"
},
"scripts": {
- "test": "xo && ava --verbose",
+ "test": "xo && ava",
"view-supported": "node fixtures/view-codes.js"
},
- "version": "2.1.1",
- "xo": {
- "rules": {
- "guard-for-in": 0,
- "no-loop-func": 0
- }
- }
+ "version": "3.0.0"
}