twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
96 lines (95 loc) • 2.21 kB
JSON
{
"_args": [
[
"rewire@^2.3.4",
"/Users/nick/codes/twreporter-react"
]
],
"_from": "rewire@>=2.3.4 <3.0.0",
"_id": "rewire@2.5.1",
"_inCache": true,
"_installable": true,
"_location": "/rewire",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "mail@johannesewald.de",
"name": "jhnns"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"name": "rewire",
"raw": "rewire@^2.3.4",
"rawSpec": "^2.3.4",
"scope": null,
"spec": ">=2.3.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/rewire/-/rewire-2.5.1.tgz",
"_shasum": "14dc4dc9f74fd1da98273b89c46fbe0e8bd16614",
"_shrinkwrap": null,
"_spec": "rewire@^2.3.4",
"_where": "/Users/nick/codes/twreporter-react",
"author": {
"email": "mail@johannesewald.de",
"name": "Johannes Ewald"
},
"bugs": {
"email": "mail@johannesewald.de",
"url": "https://github.com/jhnns/rewire/issues"
},
"dependencies": {},
"description": "Easy dependency injection for node.js unit testing",
"devDependencies": {
"coffee-script": "^1.8.0",
"expect.js": "^0.3.1",
"mocha": "^2.1.0"
},
"directories": {},
"dist": {
"shasum": "14dc4dc9f74fd1da98273b89c46fbe0e8bd16614",
"tarball": "http://registry.npmjs.org/rewire/-/rewire-2.5.1.tgz"
},
"gitHead": "42c2ce58d153cba206753ce03b6836041d4f850f",
"homepage": "https://github.com/jhnns/rewire",
"keywords": [
"dependency",
"fake",
"injection",
"inspect",
"leak",
"mock",
"module",
"require",
"shim",
"test",
"unit"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "jhnns",
"email": "mail@johannesewald.de"
},
{
"name": "peerigon",
"email": "developers@peerigon.com"
}
],
"name": "rewire",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jhnns/rewire.git"
},
"scripts": {
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",
"test": "mocha -R spec --check-leaks"
},
"version": "2.5.1"
}