{ "_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", "_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", "_phantomChildren": {}, "_requested": { "raw": "jschardet@^1.4.2", "scope": null, "escapedName": "jschardet", "name": "jschardet", "rawSpec": "^1.4.2", "spec": ">=1.4.2 <2.0.0", "type": "range" }, "_requiredBy": [ "/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", "author": { "name": "António Afonso" }, "bugs": { "url": "https://github.com/aadsm/jschardet/issues" }, "dependencies": {}, "description": "Character encoding auto-detection in JavaScript (port of python's chardet)", "devDependencies": { "browserify": "~12.0.1", "google-closure-compiler": "20151015.0.0" }, "directories": { "lib": "./lib", "test": "./test" }, "dist": { "shasum": "2aa107f142af4121d145659d44f50830961e699a", "tarball": "https://registry.npmjs.org/jschardet/-/jschardet-1.4.2.tgz" }, "engines": { "node": ">=0.1.90" }, "homepage": "https://github.com/aadsm/jschardet#readme", "keywords": [ "encoding", "charset" ], "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" }, "scripts": { "dist": "npm run dist-dev && java -jar node_modules/google-closure-compiler/compiler.jar --warning_level QUIET --compilation_level SIMPLE_OPTIMIZATIONS --js dist/jschardet.js > dist/jschardet.min.js", "dist-dev": "mkdir -p dist && browserify index.js -s jschardet --detect-globals false -o dist/jschardet.js" }, "version": "1.4.2" }