Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/import-fresh/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/import-fresh/package.json93
1 files changed, 51 insertions, 42 deletions
diff --git a/tools/node_modules/eslint/node_modules/import-fresh/package.json b/tools/node_modules/eslint/node_modules/import-fresh/package.json
index 0c093620687..5a30f806150 100644
--- a/tools/node_modules/eslint/node_modules/import-fresh/package.json
+++ b/tools/node_modules/eslint/node_modules/import-fresh/package.json
@@ -1,43 +1,52 @@
{
- "name": "import-fresh",
- "version": "3.3.0",
- "description": "Import a module while bypassing the cache",
- "license": "MIT",
- "repository": "sindresorhus/import-fresh",
- "funding": "https://github.com/sponsors/sindresorhus",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "engines": {
- "node": ">=6"
- },
- "scripts": {
- "test": "xo && ava && tsd",
- "heapdump": "node heapdump.js"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "require",
- "cache",
- "uncache",
- "uncached",
- "module",
- "fresh",
- "bypass"
- ],
- "dependencies": {
- "parent-module": "^1.0.0",
- "resolve-from": "^4.0.0"
- },
- "devDependencies": {
- "ava": "^1.0.1",
- "heapdump": "^0.3.12",
- "tsd": "^0.7.3",
- "xo": "^0.23.0"
- }
-}
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "https://sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/import-fresh/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "deprecated": false,
+ "description": "Import a module while bypassing the cache",
+ "devDependencies": {
+ "ava": "^1.0.1",
+ "heapdump": "^0.3.12",
+ "tsd": "^0.7.3",
+ "xo": "^0.23.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts"
+ ],
+ "funding": "https://github.com/sponsors/sindresorhus",
+ "homepage": "https://github.com/sindresorhus/import-fresh#readme",
+ "keywords": [
+ "require",
+ "cache",
+ "uncache",
+ "uncached",
+ "module",
+ "fresh",
+ "bypass"
+ ],
+ "license": "MIT",
+ "name": "import-fresh",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/import-fresh.git"
+ },
+ "scripts": {
+ "heapdump": "node heapdump.js",
+ "test": "xo && ava && tsd"
+ },
+ "version": "3.3.0"
+} \ No newline at end of file