| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "import-fresh",
- "version": "2.0.0",
- "description": "Import a module while bypassing the cache",
- "license": "MIT",
- "repository": "sindresorhus/import-fresh",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=4"
- },
- "scripts": {
- "test": "xo && ava",
- "heapdump": "optional-dev-dependency && node heapdump.js"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "require",
- "cache",
- "uncache",
- "uncached",
- "module",
- "fresh",
- "bypass"
- ],
- "dependencies": {
- "caller-path": "^2.0.0",
- "resolve-from": "^3.0.0"
- },
- "devDependencies": {
- "ava": "*",
- "optional-dev-dependency": "^2.0.1",
- "xo": "^0.18.2"
- },
- "optionalDevDependencies": {
- "heapdump": "^0.3.7"
- },
- "xo": {
- "rules": {
- "import/no-extraneous-dependencies": "off"
- }
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:46 GMT+0800 (CST)",
- "_from": "import-fresh@2.0.0",
- "_resolved": "https://registry.npm.taobao.org/import-fresh/download/import-fresh-2.0.0.tgz?cache=0&sync_timestamp=1608470013190&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fimport-fresh%2Fdownload%2Fimport-fresh-2.0.0.tgz"
- }
|