Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2017-04-29 01:11:18 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 02:13:33 +0300
commitc8b66854adef8d91c4ad2b058db6f1ca48031b58 (patch)
tree5e34a1bc728c551d5fa1cbf6bd50d53a04c634f3 /node_modules/ansi-regex
parentcbaf1c914036bc8ac1f9ea965ccba4fd690c8c45 (diff)
pacote@2.7.4
Diffstat (limited to 'node_modules/ansi-regex')
-rw-r--r--node_modules/ansi-regex/package.json74
1 files changed, 27 insertions, 47 deletions
diff --git a/node_modules/ansi-regex/package.json b/node_modules/ansi-regex/package.json
index 8ce656deb..bf854fdc3 100644
--- a/node_modules/ansi-regex/package.json
+++ b/node_modules/ansi-regex/package.json
@@ -1,83 +1,56 @@
{
- "_args": [
- [
- {
- "raw": "ansi-regex@2.1.1",
- "scope": null,
- "escapedName": "ansi-regex",
- "name": "ansi-regex",
- "rawSpec": "2.1.1",
- "spec": "2.1.1",
- "type": "version"
- },
- "/Users/zkat/Documents/code/npm"
- ]
- ],
- "_from": "ansi-regex@2.1.1",
+ "_from": "ansi-regex@~2.1.1",
"_id": "ansi-regex@2.1.1",
- "_inCache": true,
+ "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"_location": "/ansi-regex",
- "_nodeVersion": "0.10.32",
- "_npmOperationalInternal": {
- "host": "packages-18-east.internal.npmjs.com",
- "tmp": "tmp/ansi-regex-2.1.1.tgz_1484363378013_0.4482989883981645"
- },
- "_npmUser": {
- "name": "qix",
- "email": "i.am.qix@gmail.com"
- },
- "_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
- "raw": "ansi-regex@2.1.1",
- "scope": null,
- "escapedName": "ansi-regex",
+ "type": "range",
+ "registry": true,
+ "raw": "ansi-regex@~2.1.1",
"name": "ansi-regex",
- "rawSpec": "2.1.1",
- "spec": "2.1.1",
- "type": "version"
+ "escapedName": "ansi-regex",
+ "rawSpec": "~2.1.1",
+ "saveSpec": null,
+ "fetchSpec": "~2.1.1"
},
"_requiredBy": [
- "#USER",
"/",
"/npm-registry-couchapp/couchapp/nano/follow/request/har-validator/chalk/has-ansi",
- "/request/har-validator/chalk/has-ansi",
"/standard/eslint/chalk/has-ansi",
"/standard/eslint/inquirer",
"/strip-ansi",
- "/tap/coveralls/request/har-validator/chalk/has-ansi"
+ "/tap/coveralls/request/har-validator/chalk/has-ansi",
+ "/update-notifier/chalk/has-ansi"
],
"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
"_shrinkwrap": null,
- "_spec": "ansi-regex@2.1.1",
+ "_spec": "ansi-regex@~2.1.1",
"_where": "/Users/zkat/Documents/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"
},
- "directories": {},
- "dist": {
- "shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
- "tarball": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
- "gitHead": "7c908e7b4eb6cd82bfe1295e33fdf6d166c7ed85",
"homepage": "https://github.com/chalk/ansi-regex#readme",
"keywords": [
"ansi",
@@ -109,17 +82,24 @@
"license": "MIT",
"maintainers": [
{
- "name": "qix",
- "email": "i.am.qix@gmail.com"
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ {
+ "name": "Joshua Appelman",
+ "email": "jappelman@xebia.com",
+ "url": "jbnicolai.com"
},
{
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
+ "name": "JD Ballard",
+ "email": "i.am.qix@gmail.com",
+ "url": "github.com/qix-"
}
],
"name": "ansi-regex",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/ansi-regex.git"