- 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/range-parser/package.json
rceaed42 r59329aa 1 1 { 2 "name": "range-parser", 3 "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", 2 "_args": [ 3 [ 4 "range-parser@1.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "range-parser@1.2.1", 10 "_id": "range-parser@1.2.1", 11 "_inBundle": false, 12 "_integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", 13 "_location": "/range-parser", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "range-parser@1.2.1", 19 "name": "range-parser", 20 "escapedName": "range-parser", 21 "rawSpec": "1.2.1", 22 "saveSpec": null, 23 "fetchSpec": "1.2.1" 24 }, 25 "_requiredBy": [ 26 "/express", 27 "/karma", 28 "/send", 29 "/webpack-dev-middleware", 30 "/webpack-dev-server/webpack-dev-middleware" 31 ], 32 "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", 33 "_spec": "1.2.1", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "TJ Holowaychuk", 37 "email": "tj@vision-media.ca", 38 "url": "http://tjholowaychuk.com" 39 }, 40 "bugs": { 41 "url": "https://github.com/jshttp/range-parser/issues" 42 }, 43 "contributors": [ 44 { 45 "name": "Douglas Christopher Wilson", 46 "email": "doug@somethingdoug.com" 47 }, 48 { 49 "name": "James Wyatt Cready", 50 "email": "wyatt.cready@lanetix.com" 51 }, 52 { 53 "name": "Jonathan Ong", 54 "email": "me@jongleberry.com", 55 "url": "http://jongleberry.com" 56 } 57 ], 4 58 "description": "Range header field string parser", 5 "version": "1.2.1",6 "contributors": [7 "Douglas Christopher Wilson <doug@somethingdoug.com>",8 "James Wyatt Cready <wyatt.cready@lanetix.com>",9 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"10 ],11 "license": "MIT",12 "keywords": [13 "range",14 "parser",15 "http"16 ],17 "repository": "jshttp/range-parser",18 59 "devDependencies": { 19 60 "deep-equal": "1.0.1", 20 61 "eslint": "5.16.0", 21 62 "eslint-config-standard": "12.0.0", 63 "eslint-plugin-import": "2.17.2", 22 64 "eslint-plugin-markdown": "1.0.0", 23 "eslint-plugin-import": "2.17.2",24 65 "eslint-plugin-node": "8.0.1", 25 66 "eslint-plugin-promise": "4.1.1", … … 28 69 "nyc": "14.1.1" 29 70 }, 71 "engines": { 72 "node": ">= 0.6" 73 }, 30 74 "files": [ 31 75 "HISTORY.md", … … 33 77 "index.js" 34 78 ], 35 "engines": { 36 "node": ">= 0.6" 79 "homepage": "https://github.com/jshttp/range-parser#readme", 80 "keywords": [ 81 "range", 82 "parser", 83 "http" 84 ], 85 "license": "MIT", 86 "name": "range-parser", 87 "repository": { 88 "type": "git", 89 "url": "git+https://github.com/jshttp/range-parser.git" 37 90 }, 38 91 "scripts": { … … 41 94 "test-cov": "nyc --reporter=html --reporter=text npm test", 42 95 "test-travis": "nyc --reporter=text npm test" 43 } 96 }, 97 "version": "1.2.1" 44 98 }
Note:
See TracChangeset
for help on using the changeset viewer.