Changeset 59329aa for trip-planner-front/node_modules/encoding/package.json
- 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/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.