Changeset e29cc2e for trip-planner-front/node_modules/bytes/package.json
- 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/bytes/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "bytes@3.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "bytes@3.1.0", 10 "_id": "bytes@3.1.0", 2 "_from": "bytes@3.0.0", 3 "_id": "bytes@3.0.0", 11 4 "_inBundle": false, 12 "_integrity": "sha 512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",5 "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", 13 6 "_location": "/bytes", 14 7 "_phantomChildren": {}, … … 16 9 "type": "version", 17 10 "registry": true, 18 "raw": "bytes@3. 1.0",11 "raw": "bytes@3.0.0", 19 12 "name": "bytes", 20 13 "escapedName": "bytes", 21 "rawSpec": "3. 1.0",14 "rawSpec": "3.0.0", 22 15 "saveSpec": null, 23 "fetchSpec": "3. 1.0"16 "fetchSpec": "3.0.0" 24 17 }, 25 18 "_requiredBy": [ 26 "/body-parser", 27 "/raw-body" 19 "/compression" 28 20 ], 29 "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", 30 "_spec": "3.1.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 21 "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", 22 "_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048", 23 "_spec": "bytes@3.0.0", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\compression", 32 25 "author": { 33 26 "name": "TJ Holowaychuk", … … 38 31 "url": "https://github.com/visionmedia/bytes.js/issues" 39 32 }, 33 "bundleDependencies": false, 40 34 "contributors": [ 41 35 { … … 48 42 } 49 43 ], 44 "deprecated": false, 50 45 "description": "Utility to parse a string bytes to bytes and vice-versa", 51 46 "devDependencies": { 52 "eslint": "5.12.1", 53 "mocha": "5.2.0", 54 "nyc": "13.1.0" 47 "mocha": "2.5.3", 48 "nyc": "10.3.2" 55 49 }, 56 50 "engines": { … … 80 74 }, 81 75 "scripts": { 82 "lint": "eslint .",83 76 "test": "mocha --check-leaks --reporter spec", 84 77 "test-ci": "nyc --reporter=text npm test", 85 78 "test-cov": "nyc --reporter=html --reporter=text npm test" 86 79 }, 87 "version": "3. 1.0"80 "version": "3.0.0" 88 81 }
Note:
See TracChangeset
for help on using the changeset viewer.