Changeset 59329aa for trip-planner-front/node_modules/encoding
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/encoding
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/encoding/node_modules/iconv-lite/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "iconv-lite@0.6.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "iconv-lite@0.6.3", 10 "_id": "iconv-lite@0.6.3", 11 "_inBundle": false, 12 "_integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", 13 "_location": "/encoding/iconv-lite", 14 "_optional": true, 15 "_phantomChildren": {}, 16 "_requested": { 17 "type": "version", 18 "registry": true, 19 "raw": "iconv-lite@0.6.3", 2 20 "name": "iconv-lite", 3 "description": "Convert character encodings in pure javascript.", 4 "version": "0.6.3", 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": "c8 _mocha --grep .", 26 "test": "mocha --reporter spec --grep ." 27 }, 28 "browser": { 29 "stream": false 30 }, 31 "devDependencies": { 32 "async": "^3.2.0", 33 "c8": "^7.2.0", 34 "errto": "^0.2.1", 35 "iconv": "^2.3.5", 36 "mocha": "^3.5.3", 37 "request": "^2.88.2", 38 "semver": "^6.3.0", 39 "unorm": "^1.6.0" 40 }, 41 "dependencies": { 42 "safer-buffer": ">= 2.1.2 < 3.0.0" 43 } 21 "escapedName": "iconv-lite", 22 "rawSpec": "0.6.3", 23 "saveSpec": null, 24 "fetchSpec": "0.6.3" 25 }, 26 "_requiredBy": [ 27 "/encoding" 28 ], 29 "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", 30 "_spec": "0.6.3", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Alexander Shtuchkin", 34 "email": "ashtuchkin@gmail.com" 35 }, 36 "browser": { 37 "stream": false 38 }, 39 "bugs": { 40 "url": "https://github.com/ashtuchkin/iconv-lite/issues" 41 }, 42 "dependencies": { 43 "safer-buffer": ">= 2.1.2 < 3.0.0" 44 }, 45 "description": "Convert character encodings in pure javascript.", 46 "devDependencies": { 47 "async": "^3.2.0", 48 "c8": "^7.2.0", 49 "errto": "^0.2.1", 50 "iconv": "^2.3.5", 51 "mocha": "^3.5.3", 52 "request": "^2.88.2", 53 "semver": "^6.3.0", 54 "unorm": "^1.6.0" 55 }, 56 "engines": { 57 "node": ">=0.10.0" 58 }, 59 "homepage": "https://github.com/ashtuchkin/iconv-lite", 60 "keywords": [ 61 "iconv", 62 "convert", 63 "charset", 64 "icu" 65 ], 66 "license": "MIT", 67 "main": "./lib/index.js", 68 "name": "iconv-lite", 69 "repository": { 70 "type": "git", 71 "url": "git://github.com/ashtuchkin/iconv-lite.git" 72 }, 73 "scripts": { 74 "coverage": "c8 _mocha --grep .", 75 "test": "mocha --reporter spec --grep ." 76 }, 77 "typings": "./lib/index.d.ts", 78 "version": "0.6.3" 44 79 } -
trip-planner-front/node_modules/encoding/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "encoding@0.1.13", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "encoding@0.1.13", 10 "_id": "encoding@0.1.13", 11 "_inBundle": false, 12 "_integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", 13 "_location": "/encoding", 14 "_optional": true, 15 "_phantomChildren": { 16 "safer-buffer": "2.1.2" 17 }, 18 "_requested": { 19 "type": "version", 20 "registry": true, 21 "raw": "encoding@0.1.13", 2 22 "name": "encoding", 3 "version": "0.1.13", 4 "description": "Convert encodings, uses iconv-lite", 5 "main": "lib/encoding.js", 6 "scripts": { 7 "test": "nodeunit test" 8 }, 9 "repository": "https://github.com/andris9/encoding.git", 10 "author": "Andris Reinman", 11 "license": "MIT", 12 "dependencies": { 13 "iconv-lite": "^0.6.2" 14 }, 15 "devDependencies": { 16 "nodeunit": "0.11.3" 17 } 23 "escapedName": "encoding", 24 "rawSpec": "0.1.13", 25 "saveSpec": null, 26 "fetchSpec": "0.1.13" 27 }, 28 "_requiredBy": [ 29 "/minipass-fetch" 30 ], 31 "_resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", 32 "_spec": "0.1.13", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Andris Reinman" 36 }, 37 "bugs": { 38 "url": "https://github.com/andris9/encoding/issues" 39 }, 40 "dependencies": { 41 "iconv-lite": "^0.6.2" 42 }, 43 "description": "Convert encodings, uses iconv-lite", 44 "devDependencies": { 45 "nodeunit": "0.11.3" 46 }, 47 "homepage": "https://github.com/andris9/encoding#readme", 48 "license": "MIT", 49 "main": "lib/encoding.js", 50 "name": "encoding", 51 "repository": { 52 "type": "git", 53 "url": "git+https://github.com/andris9/encoding.git" 54 }, 55 "scripts": { 56 "test": "nodeunit test" 57 }, 58 "version": "0.1.13" 18 59 }
Note:
See TracChangeset
for help on using the changeset viewer.