Changeset 59329aa for trip-planner-front/node_modules/request/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/request/package.json
rceaed42 r59329aa 1 1 { 2 "name": "request", 3 "description": "Simplified HTTP request client.", 4 "keywords": [ 5 "http", 6 "simple", 7 "util", 8 "utility" 2 "_args": [ 3 [ 4 "request@2.88.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 10 "version": "2.88.2", 11 "author": "Mikeal Rogers <mikeal.rogers@gmail.com>", 12 "repository": { 13 "type": "git", 14 "url": "https://github.com/request/request.git" 8 "_development": true, 9 "_from": "request@2.88.2", 10 "_id": "request@2.88.2", 11 "_inBundle": false, 12 "_integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", 13 "_location": "/request", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "request@2.88.2", 19 "name": "request", 20 "escapedName": "request", 21 "rawSpec": "2.88.2", 22 "saveSpec": null, 23 "fetchSpec": "2.88.2" 24 }, 25 "_requiredBy": [ 26 "/node-gyp" 27 ], 28 "_resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", 29 "_spec": "2.88.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Mikeal Rogers", 33 "email": "mikeal.rogers@gmail.com" 15 34 }, 16 35 "bugs": { 17 36 "url": "http://github.com/request/request/issues" 18 37 }, 19 "license": "Apache-2.0",20 "engines": {21 "node": ">= 6"22 },23 "main": "index.js",24 "files": [25 "lib/",26 "index.js",27 "request.js"28 ],29 38 "dependencies": { 30 39 "aws-sign2": "~0.7.0", … … 49 58 "uuid": "^3.3.2" 50 59 }, 51 "scripts": { 52 "test": "npm run lint && npm run test-ci && npm run test-browser", 53 "test-ci": "taper tests/test-*.js", 54 "test-cov": "nyc --reporter=lcov tape tests/test-*.js", 55 "test-browser": "node tests/browser/start.js", 56 "lint": "standard" 57 }, 60 "description": "Simplified HTTP request client.", 58 61 "devDependencies": { 59 62 "bluebird": "^3.2.1", … … 78 81 "taper": "^0.5.0" 79 82 }, 83 "engines": { 84 "node": ">= 6" 85 }, 86 "files": [ 87 "lib/", 88 "index.js", 89 "request.js" 90 ], 80 91 "greenkeeper": { 81 92 "ignore": [ … … 83 94 "har-validator" 84 95 ] 85 } 96 }, 97 "homepage": "https://github.com/request/request#readme", 98 "keywords": [ 99 "http", 100 "simple", 101 "util", 102 "utility" 103 ], 104 "license": "Apache-2.0", 105 "main": "index.js", 106 "name": "request", 107 "repository": { 108 "type": "git", 109 "url": "git+https://github.com/request/request.git" 110 }, 111 "scripts": { 112 "lint": "standard", 113 "test": "npm run lint && npm run test-ci && npm run test-browser", 114 "test-browser": "node tests/browser/start.js", 115 "test-ci": "taper tests/test-*.js", 116 "test-cov": "nyc --reporter=lcov tape tests/test-*.js" 117 }, 118 "version": "2.88.2" 86 119 }
Note:
See TracChangeset
for help on using the changeset viewer.