- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/wrap-ansi/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "wrap-ansi@7.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "wrap-ansi@7.0.0", 10 "_id": "wrap-ansi@7.0.0", 2 "_from": "wrap-ansi@^5.1.0", 3 "_id": "wrap-ansi@5.1.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",5 "_integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", 13 6 "_location": "/wrap-ansi", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "wrap-ansi@ 7.0.0",11 "raw": "wrap-ansi@^5.1.0", 19 12 "name": "wrap-ansi", 20 13 "escapedName": "wrap-ansi", 21 "rawSpec": " 7.0.0",14 "rawSpec": "^5.1.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 7.0.0"16 "fetchSpec": "^5.1.0" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/cliui" 27 20 ], 28 "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 29 "_spec": "7.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 21 "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", 22 "_shasum": "1fd1f67235d5b6d0fee781056001bfb694c03b09", 23 "_spec": "wrap-ansi@^5.1.0", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cliui", 31 25 "author": { 32 26 "name": "Sindre Sorhus", 33 27 "email": "sindresorhus@gmail.com", 34 "url": " https://sindresorhus.com"28 "url": "sindresorhus.com" 35 29 }, 36 30 "bugs": { 37 31 "url": "https://github.com/chalk/wrap-ansi/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": { 40 "ansi-styles": "^ 4.0.0",41 "string-width": "^ 4.1.0",42 "strip-ansi": "^ 6.0.0"35 "ansi-styles": "^3.2.0", 36 "string-width": "^3.0.0", 37 "strip-ansi": "^5.0.0" 43 38 }, 39 "deprecated": false, 44 40 "description": "Wordwrap a string with ANSI escape codes", 45 41 "devDependencies": { 46 "ava": "^ 2.1.0",47 "chalk": "^ 4.0.0",42 "ava": "^1.2.1", 43 "chalk": "^2.4.2", 48 44 "coveralls": "^3.0.3", 49 "has-ansi": "^ 4.0.0",50 "nyc": "^1 5.0.1",51 "xo": "^0.2 9.1"45 "has-ansi": "^3.0.0", 46 "nyc": "^13.3.0", 47 "xo": "^0.24.0" 52 48 }, 53 49 "engines": { 54 "node": ">= 10"50 "node": ">=6" 55 51 }, 56 52 "files": [ 57 53 "index.js" 58 54 ], 59 "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",60 55 "homepage": "https://github.com/chalk/wrap-ansi#readme", 61 56 "keywords": [ … … 95 90 "test": "xo && nyc ava" 96 91 }, 97 "version": " 7.0.0"92 "version": "5.1.0" 98 93 }
Note:
See TracChangeset
for help on using the changeset viewer.