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:
Diffstat (limited to 'node_modules/is-fullwidth-code-point/package.json')
-rw-r--r--node_modules/is-fullwidth-code-point/package.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/node_modules/is-fullwidth-code-point/package.json b/node_modules/is-fullwidth-code-point/package.json
index e73475abc..c288907ec 100644
--- a/node_modules/is-fullwidth-code-point/package.json
+++ b/node_modules/is-fullwidth-code-point/package.json
@@ -1,28 +1,29 @@
{
- "_from": "is-fullwidth-code-point@1.0.0",
+ "_from": "is-fullwidth-code-point@^1.0.0",
"_id": "is-fullwidth-code-point@1.0.0",
"_inBundle": false,
"_integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
"_location": "/is-fullwidth-code-point",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "is-fullwidth-code-point@1.0.0",
+ "raw": "is-fullwidth-code-point@^1.0.0",
"name": "is-fullwidth-code-point",
"escapedName": "is-fullwidth-code-point",
- "rawSpec": "1.0.0",
+ "rawSpec": "^1.0.0",
"saveSpec": null,
- "fetchSpec": "1.0.0"
+ "fetchSpec": "^1.0.0"
},
"_requiredBy": [
- "#USER",
- "/"
+ "/@iarna/cli/cliui/string-width",
+ "/@iarna/cli/wrap-ansi/string-width",
+ "/string-width"
],
"_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
"_shasum": "ef9e31386f031a7f0d643af82fde50c457ef00cb",
- "_spec": "is-fullwidth-code-point@1.0.0",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "is-fullwidth-code-point@^1.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/string-width",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",