Changeset 59329aa for trip-planner-front/node_modules/bytes/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/bytes/package.json
rceaed42 r59329aa 1 1 { 2 "name": "bytes", 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", 11 "_inBundle": false, 12 "_integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", 13 "_location": "/bytes", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "bytes@3.1.0", 19 "name": "bytes", 20 "escapedName": "bytes", 21 "rawSpec": "3.1.0", 22 "saveSpec": null, 23 "fetchSpec": "3.1.0" 24 }, 25 "_requiredBy": [ 26 "/body-parser", 27 "/raw-body" 28 ], 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", 32 "author": { 33 "name": "TJ Holowaychuk", 34 "email": "tj@vision-media.ca", 35 "url": "http://tjholowaychuk.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/visionmedia/bytes.js/issues" 39 }, 40 "contributors": [ 41 { 42 "name": "Jed Watson", 43 "email": "jed.watson@me.com" 44 }, 45 { 46 "name": "Théo FIDRY", 47 "email": "theo.fidry@gmail.com" 48 } 49 ], 3 50 "description": "Utility to parse a string bytes to bytes and vice-versa", 4 "version": "3.1.0", 5 "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", 6 "contributors": [ 7 "Jed Watson <jed.watson@me.com>", 8 "Théo FIDRY <theo.fidry@gmail.com>" 51 "devDependencies": { 52 "eslint": "5.12.1", 53 "mocha": "5.2.0", 54 "nyc": "13.1.0" 55 }, 56 "engines": { 57 "node": ">= 0.8" 58 }, 59 "files": [ 60 "History.md", 61 "LICENSE", 62 "Readme.md", 63 "index.js" 9 64 ], 10 " license": "MIT",65 "homepage": "https://github.com/visionmedia/bytes.js#readme", 11 66 "keywords": [ 12 67 "byte", … … 18 73 "converter" 19 74 ], 20 "repository": "visionmedia/bytes.js", 21 "devDependencies": { 22 "eslint": "5.12.1", 23 "mocha": "5.2.0", 24 "nyc": "13.1.0" 25 }, 26 "files": [ 27 "History.md", 28 "LICENSE", 29 "Readme.md", 30 "index.js" 31 ], 32 "engines": { 33 "node": ">= 0.8" 75 "license": "MIT", 76 "name": "bytes", 77 "repository": { 78 "type": "git", 79 "url": "git+https://github.com/visionmedia/bytes.js.git" 34 80 }, 35 81 "scripts": { … … 38 84 "test-ci": "nyc --reporter=text npm test", 39 85 "test-cov": "nyc --reporter=html --reporter=text npm test" 40 } 86 }, 87 "version": "3.1.0" 41 88 }
Note:
See TracChangeset
for help on using the changeset viewer.