summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/jschardet/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/jschardet/package.json')
-rwxr-xr-xtools/eslint/node_modules/jschardet/package.json59
1 files changed, 13 insertions, 46 deletions
diff --git a/tools/eslint/node_modules/jschardet/package.json b/tools/eslint/node_modules/jschardet/package.json
index 2bdcc6aa13..52d0213511 100755
--- a/tools/eslint/node_modules/jschardet/package.json
+++ b/tools/eslint/node_modules/jschardet/package.json
@@ -1,57 +1,36 @@
{
- "_args": [
- [
- {
- "raw": "jschardet@^1.4.2",
- "scope": null,
- "escapedName": "jschardet",
- "name": "jschardet",
- "rawSpec": "^1.4.2",
- "spec": ">=1.4.2 <2.0.0",
- "type": "range"
- },
- "/Users/trott/io.js/tools/node_modules/external-editor"
- ]
- ],
- "_from": "jschardet@>=1.4.2 <2.0.0",
+ "_from": "jschardet@^1.4.2",
"_id": "jschardet@1.4.2",
- "_inCache": true,
- "_location": "/jschardet",
- "_nodeVersion": "4.4.3",
- "_npmOperationalInternal": {
- "host": "packages-18-east.internal.npmjs.com",
- "tmp": "tmp/jschardet-1.4.2.tgz_1489260230200_0.36544930562376976"
- },
- "_npmUser": {
- "name": "aadsm",
- "email": "antonio.afonso@gmail.com"
- },
- "_npmVersion": "2.15.1",
+ "_inBundle": false,
+ "_integrity": "sha1-KqEH8UKvQSHRRWWdRPUIMJYeaZo=",
+ "_location": "/eslint/jschardet",
"_phantomChildren": {},
"_requested": {
+ "type": "range",
+ "registry": true,
"raw": "jschardet@^1.4.2",
- "scope": null,
- "escapedName": "jschardet",
"name": "jschardet",
+ "escapedName": "jschardet",
"rawSpec": "^1.4.2",
- "spec": ">=1.4.2 <2.0.0",
- "type": "range"
+ "saveSpec": null,
+ "fetchSpec": "^1.4.2"
},
"_requiredBy": [
- "/external-editor"
+ "/eslint/external-editor"
],
"_resolved": "https://registry.npmjs.org/jschardet/-/jschardet-1.4.2.tgz",
"_shasum": "2aa107f142af4121d145659d44f50830961e699a",
- "_shrinkwrap": null,
"_spec": "jschardet@^1.4.2",
- "_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": "António Afonso"
},
"bugs": {
"url": "https://github.com/aadsm/jschardet/issues"
},
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
"description": "Character encoding auto-detection in JavaScript (port of python's chardet)",
"devDependencies": {
"browserify": "~12.0.1",
@@ -61,10 +40,6 @@
"lib": "./lib",
"test": "./test"
},
- "dist": {
- "shasum": "2aa107f142af4121d145659d44f50830961e699a",
- "tarball": "https://registry.npmjs.org/jschardet/-/jschardet-1.4.2.tgz"
- },
"engines": {
"node": ">=0.1.90"
},
@@ -75,15 +50,7 @@
],
"license": "LGPL-2.1+",
"main": "src/init",
- "maintainers": [
- {
- "name": "aadsm",
- "email": "antonio.afonso@gmail.com"
- }
- ],
"name": "jschardet",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/aadsm/jschardet.git"