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/iconv-lite/package.json')
-rw-r--r--node_modules/iconv-lite/package.json49
1 files changed, 23 insertions, 26 deletions
diff --git a/node_modules/iconv-lite/package.json b/node_modules/iconv-lite/package.json
index 07f6f1a8e..603426531 100644
--- a/node_modules/iconv-lite/package.json
+++ b/node_modules/iconv-lite/package.json
@@ -1,54 +1,52 @@
{
- "_from": "iconv-lite@~0.4.13",
- "_id": "iconv-lite@0.4.23",
+ "_from": "iconv-lite@^0.6.2",
+ "_id": "iconv-lite@0.6.2",
"_inBundle": false,
- "_integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==",
+ "_integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==",
"_location": "/iconv-lite",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "iconv-lite@~0.4.13",
+ "raw": "iconv-lite@^0.6.2",
"name": "iconv-lite",
"escapedName": "iconv-lite",
- "rawSpec": "~0.4.13",
+ "rawSpec": "^0.6.2",
"saveSpec": null,
- "fetchSpec": "~0.4.13"
+ "fetchSpec": "^0.6.2"
},
"_requiredBy": [
- "/encoding",
- "/external-editor"
+ "/encoding"
],
- "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
- "_shasum": "297871f63be507adcfbfca715d0cd0eed84e9a63",
- "_spec": "iconv-lite@~0.4.13",
- "_where": "/Users/rebecca/code/npm/node_modules/encoding",
+ "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz",
+ "_shasum": "ce13d1875b0c3a674bd6a04b7f76b01b1b6ded01",
+ "_spec": "iconv-lite@^0.6.2",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/encoding",
"author": {
"name": "Alexander Shtuchkin",
"email": "ashtuchkin@gmail.com"
},
"browser": {
- "./lib/extend-node": false,
- "./lib/streams": false
+ "stream": false
},
"bugs": {
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
},
"bundleDependencies": false,
"dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
},
"deprecated": false,
"description": "Convert character encodings in pure javascript.",
"devDependencies": {
- "async": "*",
- "errto": "*",
- "iconv": "*",
- "istanbul": "*",
- "mocha": "^3.1.0",
- "request": "~2.81.0",
- "semver": "*",
- "unorm": "*"
+ "async": "^3.2.0",
+ "c8": "^7.2.0",
+ "errto": "^0.2.1",
+ "iconv": "^2.3.5",
+ "mocha": "^3.5.3",
+ "request": "^2.88.2",
+ "semver": "^6.3.0",
+ "unorm": "^1.6.0"
},
"engines": {
"node": ">=0.10.0"
@@ -68,10 +66,9 @@
"url": "git://github.com/ashtuchkin/iconv-lite.git"
},
"scripts": {
- "coverage": "istanbul cover _mocha -- --grep .",
- "coverage-open": "open coverage/lcov-report/index.html",
+ "coverage": "c8 _mocha --grep .",
"test": "mocha --reporter spec --grep ."
},
"typings": "./lib/index.d.ts",
- "version": "0.4.23"
+ "version": "0.6.2"
}