You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.1 KiB

4 years ago
{
"_from": "light-my-request@^3.7.3",
"_id": "light-my-request@3.8.0",
"_inBundle": false,
"_integrity": "sha512-cIOWmNsgoStysmkzcv2EwvLwMb2hEm6oqKMerG/b5ey9F0we2Qony8cAZgBktmGPYUvPyKsDCzMcYU6fXbpWew==",
"_location": "/light-my-request",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "light-my-request@^3.7.3",
"name": "light-my-request",
"escapedName": "light-my-request",
"rawSpec": "^3.7.3",
"saveSpec": null,
"fetchSpec": "^3.7.3"
},
"_requiredBy": [
"/fastify"
],
"_resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-3.8.0.tgz",
"_shasum": "7da96786e4d479371b25cfd524ee05d5d583dae8",
"_spec": "light-my-request@^3.7.3",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/fastify",
"author": {
"name": "Tomas Della Vedova - @delvedor",
"url": "http://delved.org"
},
"bugs": {
"url": "https://github.com/fastify/light-my-request/issues"
},
"bundleDependencies": false,
"dependencies": {
"ajv": "^6.10.2",
"cookie": "^0.4.0",
"readable-stream": "^3.4.0",
"set-cookie-parser": "^2.4.1"
},
"deprecated": false,
"description": "Fake HTTP injection library",
"devDependencies": {
"@types/node": "^13.1.0",
"form-auto-content": "^1.0.0",
"form-data": "^3.0.0",
"pre-commit": "^1.2.2",
"standard": "^14.0.2",
"tap": "^12.6.6",
"tsd": "^0.8.0"
},
"homepage": "https://github.com/fastify/light-my-request/blob/master/README.md",
"keywords": [
"http",
"inject",
"fake",
"request",
"server"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "light-my-request",
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/light-my-request.git"
},
"scripts": {
"coverage": "npm run unit -- --cov --coverage-report=html",
"lint": "standard",
"test": "npm run lint && npm run unit && npm run tsd",
"tsd": "tsd",
"unit": "tap test/test.js"
},
"tsd": {
"directory": "test"
},
"types": "index.d.ts",
"version": "3.8.0"
}