- 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/serve-static/package.json
rceaed42 r59329aa 1 1 { 2 "name": "serve-static", 3 "description": "Serve static files", 4 "version": "1.14.1", 5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", 6 "license": "MIT", 7 "repository": "expressjs/serve-static", 2 "_args": [ 3 [ 4 "serve-static@1.14.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "serve-static@1.14.1", 10 "_id": "serve-static@1.14.1", 11 "_inBundle": false, 12 "_integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", 13 "_location": "/serve-static", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "serve-static@1.14.1", 19 "name": "serve-static", 20 "escapedName": "serve-static", 21 "rawSpec": "1.14.1", 22 "saveSpec": null, 23 "fetchSpec": "1.14.1" 24 }, 25 "_requiredBy": [ 26 "/express" 27 ], 28 "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", 29 "_spec": "1.14.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Douglas Christopher Wilson", 33 "email": "doug@somethingdoug.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/expressjs/serve-static/issues" 37 }, 8 38 "dependencies": { 9 39 "encodeurl": "~1.0.2", … … 12 42 "send": "0.17.1" 13 43 }, 44 "description": "Serve static files", 14 45 "devDependencies": { 15 46 "eslint": "5.16.0", … … 25 56 "supertest": "4.0.2" 26 57 }, 58 "engines": { 59 "node": ">= 0.8.0" 60 }, 27 61 "files": [ 28 62 "LICENSE", … … 30 64 "index.js" 31 65 ], 32 "engines": { 33 "node": ">= 0.8.0" 66 "homepage": "https://github.com/expressjs/serve-static#readme", 67 "license": "MIT", 68 "name": "serve-static", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/expressjs/serve-static.git" 34 72 }, 35 73 "scripts": { … … 39 77 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 40 78 "version": "node scripts/version-history.js && git add HISTORY.md" 41 } 79 }, 80 "version": "1.14.1" 42 81 }
Note:
See TracChangeset
for help on using the changeset viewer.