twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
98 lines (97 loc) • 2.69 kB
JSON
{
"_args": [
[
"react-proxy@^1.1.1",
"/Users/nick/codes/twreporter-react/node_modules/react-transform-hmr"
]
],
"_from": "react-proxy@>=1.1.1 <2.0.0",
"_id": "react-proxy@1.1.2",
"_inCache": true,
"_installable": true,
"_location": "/react-proxy",
"_nodeVersion": "5.3.0",
"_npmUser": {
"email": "dan.abramov@gmail.com",
"name": "gaearon"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "react-proxy",
"raw": "react-proxy@^1.1.1",
"rawSpec": "^1.1.1",
"scope": null,
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/react-transform-hmr"
],
"_resolved": "https://registry.npmjs.org/react-proxy/-/react-proxy-1.1.2.tgz",
"_shasum": "8d9716ca90917b0ce8a38ab20546bc66f003755d",
"_shrinkwrap": null,
"_spec": "react-proxy@^1.1.1",
"_where": "/Users/nick/codes/twreporter-react/node_modules/react-transform-hmr",
"author": {
"email": "dan.abramov@me.com",
"name": "Dan Abramov",
"url": "http://github.com/gaearon"
},
"bugs": {
"url": "https://github.com/gaearon/react-proxy/issues"
},
"dependencies": {
"lodash": "^3.7.0",
"react-deep-force-update": "^1.0.0"
},
"description": "Proxies React components without unmounting or losing their state.",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.21",
"babel-loader": "^6.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.3",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"expect": "^1.9.0",
"mocha": "^2.2.4",
"react": "^0.13.2",
"rimraf": "^2.4.2",
"webpack": "1.4.8"
},
"directories": {},
"dist": {
"shasum": "8d9716ca90917b0ce8a38ab20546bc66f003755d",
"tarball": "http://registry.npmjs.org/react-proxy/-/react-proxy-1.1.2.tgz"
},
"files": [
"dist",
"modules",
"src"
],
"gitHead": "d9c971338e08b6ad453933c36a496ffa020b2f8a",
"homepage": "https://github.com/gaearon/react-proxy",
"license": "MIT",
"main": "modules/index.js",
"maintainers": [
{
"name": "gaearon",
"email": "dan.abramov@gmail.com"
}
],
"name": "react-proxy",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gaearon/react-proxy.git"
},
"scripts": {
"build": "rimraf modules dist && webpack && babel src --out-dir modules",
"prepublish": "npm run build",
"test": "mocha --compilers js:babel-core/register --recursive ./test",
"test:watch": "npm run test -- --watch"
},
"version": "1.1.2"
}