Changeset 79a0317 for imaps-frontend/node_modules/import-fresh
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/import-fresh/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "import-fresh", 3 "version": "3.3.0", 4 "description": "Import a module while bypassing the cache", 5 "license": "MIT", 6 "repository": "sindresorhus/import-fresh", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=6" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd", 18 "heapdump": "node heapdump.js" 19 }, 20 "files": [ 21 "index.js", 22 "index.d.ts" 23 ], 24 "keywords": [ 25 "require", 26 "cache", 27 "uncache", 28 "uncached", 29 "module", 30 "fresh", 31 "bypass" 32 ], 33 "dependencies": { 34 "parent-module": "^1.0.0", 35 "resolve-from": "^4.0.0" 36 }, 37 "devDependencies": { 38 "ava": "^1.0.1", 39 "heapdump": "^0.3.12", 40 "tsd": "^0.7.3", 41 "xo": "^0.23.0" 42 } 2 "_from": "import-fresh@^3.2.1", 3 "_id": "import-fresh@3.3.0", 4 "_inBundle": false, 5 "_integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", 6 "_location": "/import-fresh", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "import-fresh@^3.2.1", 12 "name": "import-fresh", 13 "escapedName": "import-fresh", 14 "rawSpec": "^3.2.1", 15 "saveSpec": null, 16 "fetchSpec": "^3.2.1" 17 }, 18 "_requiredBy": [ 19 "/@eslint/eslintrc" 20 ], 21 "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", 22 "_shasum": "37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b", 23 "_spec": "import-fresh@^3.2.1", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@eslint/eslintrc", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "https://sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/import-fresh/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "parent-module": "^1.0.0", 36 "resolve-from": "^4.0.0" 37 }, 38 "deprecated": false, 39 "description": "Import a module while bypassing the cache", 40 "devDependencies": { 41 "ava": "^1.0.1", 42 "heapdump": "^0.3.12", 43 "tsd": "^0.7.3", 44 "xo": "^0.23.0" 45 }, 46 "engines": { 47 "node": ">=6" 48 }, 49 "files": [ 50 "index.js", 51 "index.d.ts" 52 ], 53 "funding": "https://github.com/sponsors/sindresorhus", 54 "homepage": "https://github.com/sindresorhus/import-fresh#readme", 55 "keywords": [ 56 "require", 57 "cache", 58 "uncache", 59 "uncached", 60 "module", 61 "fresh", 62 "bypass" 63 ], 64 "license": "MIT", 65 "name": "import-fresh", 66 "repository": { 67 "type": "git", 68 "url": "git+https://github.com/sindresorhus/import-fresh.git" 69 }, 70 "scripts": { 71 "heapdump": "node heapdump.js", 72 "test": "xo && ava && tsd" 73 }, 74 "version": "3.3.0" 43 75 }
Note:
See TracChangeset
for help on using the changeset viewer.