Add and run removeNPMAbsolutePaths
This commit is contained in:
parent
a76042ab4a
commit
256c63a715
712 changed files with 13722 additions and 18895 deletions
45
node_modules/@octokit/plugin-request-log/package.json
generated
vendored
45
node_modules/@octokit/plugin-request-log/package.json
generated
vendored
|
|
@ -1,9 +1,22 @@
|
|||
{
|
||||
"bugs": {
|
||||
"url": "https://github.com/octokit/plugin-request-log.js/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"name": "@octokit/plugin-request-log",
|
||||
"description": "Log all requests and request errors",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"dist-*/",
|
||||
"bin/"
|
||||
],
|
||||
"pika": true,
|
||||
"sideEffects": false,
|
||||
"keywords": [
|
||||
"github",
|
||||
"api",
|
||||
"sdk",
|
||||
"toolkit"
|
||||
],
|
||||
"repository": "https://github.com/octokit/plugin-request-log.js",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@octokit/core": "^2.1.2",
|
||||
"@pika/pack": "^0.5.0",
|
||||
|
|
@ -21,31 +34,11 @@
|
|||
"ts-jest": "^24.3.0",
|
||||
"typescript": "^3.7.4"
|
||||
},
|
||||
"files": [
|
||||
"dist-*/",
|
||||
"bin/"
|
||||
],
|
||||
"homepage": "https://github.com/octokit/plugin-request-log.js#readme",
|
||||
"keywords": [
|
||||
"github",
|
||||
"api",
|
||||
"sdk",
|
||||
"toolkit"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist-node/index.js",
|
||||
"module": "dist-web/index.js",
|
||||
"name": "@octokit/plugin-request-log",
|
||||
"pika": true,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/octokit/plugin-request-log.js.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"source": "dist-src/index.js",
|
||||
"types": "dist-types/index.d.ts",
|
||||
"version": "1.0.0"
|
||||
"main": "dist-node/index.js",
|
||||
"module": "dist-web/index.js"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue