| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "dependencies": { |
| "parent-module": "^1.0.0", |
| "resolve-from": "^4.0.0" |
| }, |
| "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" |
| ], |
| "keywords": [ |
| "require", |
| "cache", |
| "uncache", |
| "uncached", |
| "module", |
| "fresh", |
| "bypass" |
| ], |
| "license": "MIT", |
| "name": "import-fresh", |
| "repository": "sindresorhus/import-fresh", |
| "scripts": { |
| "heapdump": "node heapdump.js", |
| "test": "xo && ava && tsd" |
| }, |
| "version": "3.1.0" |
| } |