Du grand ménage, suite à des tests sur les librairies Cheerio et Axios
This commit is contained in:
123
node_modules/dotenv/package.json
generated
vendored
123
node_modules/dotenv/package.json
generated
vendored
@@ -1,39 +1,48 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"dotenv@16.3.1",
|
||||
"/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist"
|
||||
]
|
||||
],
|
||||
"_from": "dotenv@16.3.1",
|
||||
"_id": "dotenv@16.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==",
|
||||
"_location": "/dotenv",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "dotenv@16.3.1",
|
||||
"name": "dotenv",
|
||||
"escapedName": "dotenv",
|
||||
"rawSpec": "16.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "16.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz",
|
||||
"_spec": "16.3.1",
|
||||
"_where": "/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist",
|
||||
"browser": {
|
||||
"fs": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/motdotla/dotenv/issues"
|
||||
},
|
||||
"name": "dotenv",
|
||||
"version": "16.3.1",
|
||||
"description": "Loads environment variables from .env file",
|
||||
"main": "lib/main.js",
|
||||
"types": "lib/main.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./lib/main.d.ts",
|
||||
"require": "./lib/main.js",
|
||||
"default": "./lib/main.js"
|
||||
},
|
||||
"./config": "./config.js",
|
||||
"./config.js": "./config.js",
|
||||
"./lib/env-options": "./lib/env-options.js",
|
||||
"./lib/env-options.js": "./lib/env-options.js",
|
||||
"./lib/cli-options": "./lib/cli-options.js",
|
||||
"./lib/cli-options.js": "./lib/cli-options.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"scripts": {
|
||||
"dts-check": "tsc --project tests/types/tsconfig.json",
|
||||
"lint": "standard",
|
||||
"lint-readme": "standard-markdown",
|
||||
"pretest": "npm run lint && npm run dts-check",
|
||||
"test": "tap tests/*.js --100 -Rspec",
|
||||
"prerelease": "npm test",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/motdotla/dotenv.git"
|
||||
},
|
||||
"funding": "https://github.com/motdotla/dotenv?sponsor=1",
|
||||
"keywords": [
|
||||
"dotenv",
|
||||
"env",
|
||||
".env",
|
||||
"environment",
|
||||
"variables",
|
||||
"config",
|
||||
"settings"
|
||||
],
|
||||
"readmeFilename": "README.md",
|
||||
"license": "BSD-2-Clause",
|
||||
"devDependencies": {
|
||||
"@definitelytyped/dtslint": "^0.0.133",
|
||||
"@types/node": "^18.11.3",
|
||||
@@ -49,47 +58,7 @@
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./lib/main.d.ts",
|
||||
"require": "./lib/main.js",
|
||||
"default": "./lib/main.js"
|
||||
},
|
||||
"./config": "./config.js",
|
||||
"./config.js": "./config.js",
|
||||
"./lib/env-options": "./lib/env-options.js",
|
||||
"./lib/env-options.js": "./lib/env-options.js",
|
||||
"./lib/cli-options": "./lib/cli-options.js",
|
||||
"./lib/cli-options.js": "./lib/cli-options.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"funding": "https://github.com/motdotla/dotenv?sponsor=1",
|
||||
"homepage": "https://github.com/motdotla/dotenv#readme",
|
||||
"keywords": [
|
||||
"dotenv",
|
||||
"env",
|
||||
".env",
|
||||
"environment",
|
||||
"variables",
|
||||
"config",
|
||||
"settings"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "lib/main.js",
|
||||
"name": "dotenv",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/motdotla/dotenv.git"
|
||||
},
|
||||
"scripts": {
|
||||
"dts-check": "tsc --project tests/types/tsconfig.json",
|
||||
"lint": "standard",
|
||||
"lint-readme": "standard-markdown",
|
||||
"prerelease": "npm test",
|
||||
"pretest": "npm run lint && npm run dts-check",
|
||||
"release": "standard-version",
|
||||
"test": "tap tests/*.js --100 -Rspec"
|
||||
},
|
||||
"types": "lib/main.d.ts",
|
||||
"version": "16.3.1"
|
||||
"browser": {
|
||||
"fs": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user