fresh-require
Version:
Bypass the require cache when requiring a module – works with both node and browserify
55 lines (54 loc) • 1.44 kB
JSON
{
"name": "fresh-require",
"version": "1.0.3",
"description": "Bypass the require cache when requiring a module – works with both node and browserify",
"main": "index.js",
"browser": "browser.js",
"license": "MIT",
"scripts": {
"test": "npm run test-node && npm run test-browser && npm run test-globals",
"test-node": "node test/index.js | tap-spec",
"test-browser": "browserify test/index.js -t ./transform | smokestack --tape | tap-spec",
"test-globals": "browserify test/index.js -t ./transform --insert-globals | smokestack --tape | tap-spec"
},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"dependencies": {
"acorn": "^0.9.0",
"astw": "^1.2.0",
"escodegen": "^1.4.1",
"is-require": "0.0.1",
"resolve": "^1.0.0",
"shallow-copy": "0.0.1",
"sleuth": "^0.1.1",
"through2": "^0.6.3"
},
"devDependencies": {
"browserify": "^6.2.0",
"smokestack": "^2.0.0",
"tap-spec": "^1.0.1",
"tape": "^3.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/hughsk/fresh-require.git"
},
"keywords": [
"browserify",
"node",
"require",
"resolve",
"cache",
"bypass",
"clear",
"ignore",
"fresh"
],
"homepage": "https://github.com/hughsk/fresh-require",
"bugs": {
"url": "https://github.com/hughsk/fresh-require/issues"
}
}