1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "iconv-lite@^0.6.2",
- "_id": "iconv-lite@0.6.2",
- "_inBundle": false,
- "_integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==",
- "_location": "/iconv-lite",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "iconv-lite@^0.6.2",
- "name": "iconv-lite",
- "escapedName": "iconv-lite",
- "rawSpec": "^0.6.2",
- "saveSpec": null,
- "fetchSpec": "^0.6.2"
- },
- "_requiredBy": [
- "/mariadb"
- ],
- "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz",
- "_shasum": "ce13d1875b0c3a674bd6a04b7f76b01b1b6ded01",
- "_spec": "iconv-lite@^0.6.2",
- "_where": "/home/pvvvm505/Документы/Project/node_modules/mariadb",
- "author": {
- "name": "Alexander Shtuchkin",
- "email": "ashtuchkin@gmail.com"
- },
- "browser": {
- "stream": false
- },
- "bugs": {
- "url": "https://github.com/ashtuchkin/iconv-lite/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3.0.0"
- },
- "deprecated": false,
- "description": "Convert character encodings in pure javascript.",
- "devDependencies": {
- "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"
- },
- "homepage": "https://github.com/ashtuchkin/iconv-lite",
- "keywords": [
- "iconv",
- "convert",
- "charset",
- "icu"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "iconv-lite",
- "repository": {
- "type": "git",
- "url": "git://github.com/ashtuchkin/iconv-lite.git"
- },
- "scripts": {
- "coverage": "c8 _mocha --grep .",
- "test": "mocha --reporter spec --grep ."
- },
- "typings": "./lib/index.d.ts",
- "version": "0.6.2"
- }
|