twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
116 lines (115 loc) • 3.82 kB
JSON
{
"_args": [
[
"require-hacker@^2.1.3",
"/Users/nick/codes/twreporter-react/node_modules/webpack-isomorphic-tools"
]
],
"_from": "require-hacker@>=2.1.3 <3.0.0",
"_id": "require-hacker@2.1.3",
"_inCache": true,
"_installable": true,
"_location": "/require-hacker",
"_nodeVersion": "5.1.0",
"_npmUser": {
"email": "halt.hammerzeit.at@gmail.com",
"name": "halt-hammerzeit"
},
"_npmVersion": "3.3.4",
"_phantomChildren": {
"core-js": "1.2.6"
},
"_requested": {
"name": "require-hacker",
"raw": "require-hacker@^2.1.3",
"rawSpec": "^2.1.3",
"scope": null,
"spec": ">=2.1.3 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/webpack-isomorphic-tools"
],
"_resolved": "https://registry.npmjs.org/require-hacker/-/require-hacker-2.1.3.tgz",
"_shasum": "ad1b47378f9c1ac0f92144b99e6dad7b72cc0ccc",
"_shrinkwrap": null,
"_spec": "require-hacker@^2.1.3",
"_where": "/Users/nick/codes/twreporter-react/node_modules/webpack-isomorphic-tools",
"author": {
"email": "halt.hammerzeit.at@gmail.com",
"name": "Halt Hammerzeit"
},
"bugs": {
"url": "https://github.com/halt-hammerzeit/require-hacker/issues"
},
"dependencies": {
"babel-runtime": "^5.6.20",
"colors": "^1.1.2"
},
"description": "Provides a hooking mechanism for Node.js require() calls",
"devDependencies": {
"async": "^1.3.0",
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-loader": "^5.3.1",
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"enhanced-resolve": "^0.8.6",
"esprima": "^2.4.1",
"html-webpack-plugin": "^1.6.0",
"istanbul": "^0.3.17",
"json-loader": "^0.5.2",
"minimist": "^1.1.1",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"npm-run-all": "^1.2.6",
"rimraf": "^2.4.2",
"sane": "^1.1.3",
"tapable": "^0.1.9",
"uglify-js": "^2.4.23",
"watchpack": "^0.2.8",
"webpack": "^1.10.1",
"webpack-core": "^0.6.5",
"webpack-merge": "^0.1.2"
},
"directories": {},
"dist": {
"shasum": "ad1b47378f9c1ac0f92144b99e6dad7b72cc0ccc",
"tarball": "http://registry.npmjs.org/require-hacker/-/require-hacker-2.1.3.tgz"
},
"gitHead": "02a0bb0bfa1a20d254d0bfee2a2cd1c9de750ee6",
"homepage": "https://github.com/halt-hammerzeit/require-hacker#readme",
"keywords": [
"require"
],
"license": "MIT",
"main": "babel-transpiled-modules/index.js",
"maintainers": [
{
"name": "halt-hammerzeit",
"email": "halt.hammerzeit.at@gmail.com"
}
],
"name": "require-hacker",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/halt-hammerzeit/require-hacker.git"
},
"scripts": {
"build": "npm-run-all clean-for-build build-modules",
"build-modules": "babel ./source --optional runtime --out-dir ./babel-transpiled-modules --source-maps",
"clean-for-build": "rimraf ./babel-transpiled-modules/**/*",
"commit-new-build": "git commit --all --message=\"Update build\"",
"deploy-gh-pages": "TARGET=gh-pages node ./config/deploy-gh-pages.js",
"gh-pages": "webpack --action=gh-pages --colors --config ./config",
"prepublish": "npm-run-all test build",
"test": "mocha --compilers js:babel/register-without-polyfill --colors --bail --reporter spec test/ --recursive",
"test-coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel/register-without-polyfill --colors --reporter dot test/ --recursive",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel/register --colors --reporter spec test/ --recursive",
"watch": "babel scripts/watch.js | node"
},
"version": "2.1.3"
}