UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

123 lines (122 loc) 4.09 kB
{ "_args": [ [ "webpack-isomorphic-tools@^2.3.0", "/Users/nick/codes/twreporter-react" ] ], "_from": "webpack-isomorphic-tools@>=2.3.0 <3.0.0", "_id": "webpack-isomorphic-tools@2.3.2", "_inCache": true, "_installable": true, "_location": "/webpack-isomorphic-tools", "_nodeVersion": "6.1.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/webpack-isomorphic-tools-2.3.2.tgz_1465992454559_0.057353215059265494" }, "_npmUser": { "email": "halt.hammerzeit.at@gmail.com", "name": "halt-hammerzeit" }, "_npmVersion": "3.8.6", "_phantomChildren": {}, "_requested": { "name": "webpack-isomorphic-tools", "raw": "webpack-isomorphic-tools@^2.3.0", "rawSpec": "^2.3.0", "scope": null, "spec": ">=2.3.0 <3.0.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/webpack-isomorphic-tools/-/webpack-isomorphic-tools-2.3.2.tgz", "_shasum": "80cc10183487a71cf8a0bc505db8bc076ec8a34e", "_shrinkwrap": null, "_spec": "webpack-isomorphic-tools@^2.3.0", "_where": "/Users/nick/codes/twreporter-react", "author": { "email": "halt.hammerzeit.at@gmail.com", "name": "Halt Hammerzeit" }, "bugs": { "url": "https://github.com/halt-hammerzeit/webpack-isomorphic-tools/issues" }, "dependencies": { "colors": "^1.1.2", "fs-extra": "^0.26.0", "require-hacker": "^2.1.3", "uglify-js": "^2.6.1" }, "description": "Transforms CSS-alike text into a React style JSON object", "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": "80cc10183487a71cf8a0bc505db8bc076ec8a34e", "tarball": "https://registry.npmjs.org/webpack-isomorphic-tools/-/webpack-isomorphic-tools-2.3.2.tgz" }, "gitHead": "419cd98de982d474ca6fd8019e4eb62b3c90d917", "homepage": "https://github.com/halt-hammerzeit/webpack-isomorphic-tools#readme", "keywords": [ "css", "inline", "react", "style" ], "license": "MIT", "main": "babel-transpiled-modules/index.js", "maintainers": [ { "name": "halt-hammerzeit", "email": "halt.hammerzeit.at@gmail.com" } ], "name": "webpack-isomorphic-tools", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/halt-hammerzeit/webpack-isomorphic-tools.git" }, "scripts": { "build": "npm-run-all clean-for-build build-modules", "build-modules": "babel ./source --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.3.2" }