summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/iconv-lite
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/iconv-lite')
-rw-r--r--tools/eslint/node_modules/iconv-lite/encodings/internal.js2
-rw-r--r--tools/eslint/node_modules/iconv-lite/package.json70
2 files changed, 18 insertions, 54 deletions
diff --git a/tools/eslint/node_modules/iconv-lite/encodings/internal.js b/tools/eslint/node_modules/iconv-lite/encodings/internal.js
index cea067c17d..4223a980fa 100644
--- a/tools/eslint/node_modules/iconv-lite/encodings/internal.js
+++ b/tools/eslint/node_modules/iconv-lite/encodings/internal.js
@@ -35,7 +35,7 @@ function InternalCodec(codecOptions, iconv) {
this.encoder = InternalEncoderCesu8;
// Add decoder for versions of Node not supporting CESU-8
- if (new Buffer("eda080", 'hex').toString().length == 3) {
+ if (new Buffer('eda0bdedb2a9', 'hex').toString() !== '💩') {
this.decoder = InternalDecoderCesu8;
this.defaultCharUnicode = iconv.defaultCharUnicode;
}
diff --git a/tools/eslint/node_modules/iconv-lite/package.json b/tools/eslint/node_modules/iconv-lite/package.json
index 8c74145b76..83de435d19 100644
--- a/tools/eslint/node_modules/iconv-lite/package.json
+++ b/tools/eslint/node_modules/iconv-lite/package.json
@@ -1,50 +1,27 @@
{
- "_args": [
- [
- {
- "raw": "iconv-lite@^0.4.17",
- "scope": null,
- "escapedName": "iconv-lite",
- "name": "iconv-lite",
- "rawSpec": "^0.4.17",
- "spec": ">=0.4.17 <0.5.0",
- "type": "range"
- },
- "/Users/trott/io.js/tools/node_modules/external-editor"
- ]
- ],
- "_from": "iconv-lite@>=0.4.17 <0.5.0",
- "_id": "iconv-lite@0.4.17",
- "_inCache": true,
- "_location": "/iconv-lite",
- "_nodeVersion": "6.10.2",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/iconv-lite-0.4.17.tgz_1493615411939_0.8651245310902596"
- },
- "_npmUser": {
- "name": "ashtuchkin",
- "email": "ashtuchkin@gmail.com"
- },
- "_npmVersion": "3.10.10",
+ "_from": "iconv-lite@^0.4.17",
+ "_id": "iconv-lite@0.4.18",
+ "_inBundle": false,
+ "_integrity": "sha512-sr1ZQph3UwHTR0XftSbK85OvBbxe/abLGzEnPENCQwmHf7sck8Oyu4ob3LgBxWWxRoM+QszeUyl7jbqapu2TqA==",
+ "_location": "/eslint/iconv-lite",
"_phantomChildren": {},
"_requested": {
+ "type": "range",
+ "registry": true,
"raw": "iconv-lite@^0.4.17",
- "scope": null,
- "escapedName": "iconv-lite",
"name": "iconv-lite",
+ "escapedName": "iconv-lite",
"rawSpec": "^0.4.17",
- "spec": ">=0.4.17 <0.5.0",
- "type": "range"
+ "saveSpec": null,
+ "fetchSpec": "^0.4.17"
},
"_requiredBy": [
- "/external-editor"
+ "/eslint/external-editor"
],
- "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.17.tgz",
- "_shasum": "4fdaa3b38acbc2c031b045d0edcdfe1ecab18c8d",
- "_shrinkwrap": null,
+ "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.18.tgz",
+ "_shasum": "23d8656b16aae6742ac29732ea8f0336a4789cf2",
"_spec": "iconv-lite@^0.4.17",
- "_where": "/Users/trott/io.js/tools/node_modules/external-editor",
+ "_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/external-editor",
"author": {
"name": "Alexander Shtuchkin",
"email": "ashtuchkin@gmail.com"
@@ -56,6 +33,7 @@
"bugs": {
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
},
+ "bundleDependencies": false,
"contributors": [
{
"name": "Jinwu Zhan",
@@ -106,7 +84,7 @@
"url": "https://github.com/nleush"
}
],
- "dependencies": {},
+ "deprecated": false,
"description": "Convert character encodings in pure javascript.",
"devDependencies": {
"async": "*",
@@ -118,15 +96,9 @@
"semver": "*",
"unorm": "*"
},
- "directories": {},
- "dist": {
- "shasum": "4fdaa3b38acbc2c031b045d0edcdfe1ecab18c8d",
- "tarball": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.17.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
- "gitHead": "64d1e3d7403bbb5414966de83d325419e7ea14e2",
"homepage": "https://github.com/ashtuchkin/iconv-lite",
"keywords": [
"iconv",
@@ -136,15 +108,7 @@
],
"license": "MIT",
"main": "./lib/index.js",
- "maintainers": [
- {
- "name": "ashtuchkin",
- "email": "ashtuchkin@gmail.com"
- }
- ],
"name": "iconv-lite",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/ashtuchkin/iconv-lite.git"
@@ -155,5 +119,5 @@
"test": "mocha --reporter spec --grep ."
},
"typings": "./lib/index.d.ts",
- "version": "0.4.17"
+ "version": "0.4.18"
}