- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/iconv-lite/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "iconv-lite@0.4.24", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "iconv-lite@0.4.24", 10 "_id": "iconv-lite@0.4.24", 11 "_inBundle": false, 12 "_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 13 "_location": "/iconv-lite", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "iconv-lite@0.4.24", 2 19 "name": "iconv-lite", 3 "description": "Convert character encodings in pure javascript.", 4 "version": "0.4.24", 5 "license": "MIT", 6 "keywords": [ 7 "iconv", 8 "convert", 9 "charset", 10 "icu" 11 ], 12 "author": "Alexander Shtuchkin <ashtuchkin@gmail.com>", 13 "main": "./lib/index.js", 14 "typings": "./lib/index.d.ts", 15 "homepage": "https://github.com/ashtuchkin/iconv-lite", 16 "bugs": "https://github.com/ashtuchkin/iconv-lite/issues", 17 "repository": { 18 "type": "git", 19 "url": "git://github.com/ashtuchkin/iconv-lite.git" 20 }, 21 "engines": { 22 "node": ">=0.10.0" 23 }, 24 "scripts": { 25 "coverage": "istanbul cover _mocha -- --grep .", 26 "coverage-open": "open coverage/lcov-report/index.html", 27 "test": "mocha --reporter spec --grep ." 28 }, 29 "browser": { 30 "./lib/extend-node": false, 31 "./lib/streams": false 32 }, 33 "devDependencies": { 34 "mocha": "^3.1.0", 35 "request": "~2.87.0", 36 "unorm": "*", 37 "errto": "*", 38 "async": "*", 39 "istanbul": "*", 40 "semver": "*", 41 "iconv": "*" 42 }, 43 "dependencies": { 44 "safer-buffer": ">= 2.1.2 < 3" 45 } 20 "escapedName": "iconv-lite", 21 "rawSpec": "0.4.24", 22 "saveSpec": null, 23 "fetchSpec": "0.4.24" 24 }, 25 "_requiredBy": [ 26 "/body-parser", 27 "/external-editor", 28 "/needle", 29 "/raw-body" 30 ], 31 "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 32 "_spec": "0.4.24", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Alexander Shtuchkin", 36 "email": "ashtuchkin@gmail.com" 37 }, 38 "browser": { 39 "./lib/extend-node": false, 40 "./lib/streams": false 41 }, 42 "bugs": { 43 "url": "https://github.com/ashtuchkin/iconv-lite/issues" 44 }, 45 "dependencies": { 46 "safer-buffer": ">= 2.1.2 < 3" 47 }, 48 "description": "Convert character encodings in pure javascript.", 49 "devDependencies": { 50 "async": "*", 51 "errto": "*", 52 "iconv": "*", 53 "istanbul": "*", 54 "mocha": "^3.1.0", 55 "request": "~2.87.0", 56 "semver": "*", 57 "unorm": "*" 58 }, 59 "engines": { 60 "node": ">=0.10.0" 61 }, 62 "homepage": "https://github.com/ashtuchkin/iconv-lite", 63 "keywords": [ 64 "iconv", 65 "convert", 66 "charset", 67 "icu" 68 ], 69 "license": "MIT", 70 "main": "./lib/index.js", 71 "name": "iconv-lite", 72 "repository": { 73 "type": "git", 74 "url": "git://github.com/ashtuchkin/iconv-lite.git" 75 }, 76 "scripts": { 77 "coverage": "istanbul cover _mocha -- --grep .", 78 "coverage-open": "open coverage/lcov-report/index.html", 79 "test": "mocha --reporter spec --grep ." 80 }, 81 "typings": "./lib/index.d.ts", 82 "version": "0.4.24" 46 83 }
Note:
See TracChangeset
for help on using the changeset viewer.