| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "iconv-lite@~0.4.13", |
| 3 | "_id": "iconv-lite@0.4.24", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
| 6 | "_location": "/iconv-lite", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "iconv-lite@~0.4.13", |
| 12 | "name": "iconv-lite", |
| 13 | "escapedName": "iconv-lite", |
| 14 | "rawSpec": "~0.4.13", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "~0.4.13" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/grunt" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
| 22 | "_shasum": "2022b4b25fbddc21d2f524974a474aafe733908b", |
| 23 | "_spec": "iconv-lite@~0.4.13", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt", |
| 25 | "author": { |
| 26 | "name": "Alexander Shtuchkin", |
| 27 | "email": "ashtuchkin@gmail.com" |
| 28 | }, |
| 29 | "browser": { |
| 30 | "./lib/extend-node": false, |
| 31 | "./lib/streams": false |
| 32 | }, |
| 33 | "bugs": { |
| 34 | "url": "https://github.com/ashtuchkin/iconv-lite/issues" |
| 35 | }, |
| 36 | "bundleDependencies": false, |
| 37 | "dependencies": { |
| 38 | "safer-buffer": ">= 2.1.2 < 3" |
| 39 | }, |
| 40 | "deprecated": false, |
| 41 | "description": "Convert character encodings in pure javascript.", |
| 42 | "devDependencies": { |
| 43 | "async": "*", |
| 44 | "errto": "*", |
| 45 | "iconv": "*", |
| 46 | "istanbul": "*", |
| 47 | "mocha": "^3.1.0", |
| 48 | "request": "~2.87.0", |
| 49 | "semver": "*", |
| 50 | "unorm": "*" |
| 51 | }, |
| 52 | "engines": { |
| 53 | "node": ">=0.10.0" |
| 54 | }, |
| 55 | "homepage": "https://github.com/ashtuchkin/iconv-lite", |
| 56 | "keywords": [ |
| 57 | "iconv", |
| 58 | "convert", |
| 59 | "charset", |
| 60 | "icu" |
| 61 | ], |
| 62 | "license": "MIT", |
| 63 | "main": "./lib/index.js", |
| 64 | "name": "iconv-lite", |
| 65 | "repository": { |
| 66 | "type": "git", |
| 67 | "url": "git://github.com/ashtuchkin/iconv-lite.git" |
| 68 | }, |
| 69 | "scripts": { |
| 70 | "coverage": "istanbul cover _mocha -- --grep .", |
| 71 | "coverage-open": "open coverage/lcov-report/index.html", |
| 72 | "test": "mocha --reporter spec --grep ." |
| 73 | }, |
| 74 | "typings": "./lib/index.d.ts", |
| 75 | "version": "0.4.24" |
| 76 | } |