twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
97 lines (96 loc) • 2.31 kB
JSON
{
"_args": [
[
"normalizr@^1.0.0",
"/Users/nick/codes/twreporter-react"
]
],
"_from": "normalizr@>=1.0.0 <2.0.0",
"_id": "normalizr@1.4.1",
"_inCache": true,
"_installable": true,
"_location": "/normalizr",
"_nodeVersion": "5.3.0",
"_npmUser": {
"email": "dan.abramov@gmail.com",
"name": "gaearon"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "normalizr",
"raw": "normalizr@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/normalizr/-/normalizr-1.4.1.tgz",
"_shasum": "aa387c2465f13611caf3aae42baf98f705e8a2ce",
"_shrinkwrap": null,
"_spec": "normalizr@^1.0.0",
"_where": "/Users/nick/codes/twreporter-react",
"author": {
"name": "Dan Abramov"
},
"bugs": {
"url": "https://github.com/gaearon/normalizr/issues"
},
"dependencies": {
"lodash": "^3.10.0"
},
"description": "Normalizes JSON according to schema for Flux application",
"devDependencies": {
"babel": "^5.8.3",
"babel-core": "^5.8.3",
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"mocha": "^2.2.5",
"rimraf": "^2.4.2",
"webpack": "^1.10.5"
},
"directories": {},
"dist": {
"shasum": "aa387c2465f13611caf3aae42baf98f705e8a2ce",
"tarball": "http://registry.npmjs.org/normalizr/-/normalizr-1.4.1.tgz"
},
"files": [
"dist",
"lib",
"src"
],
"gitHead": "cc15f168653cce02cb2ef343d0f18772682875e9",
"homepage": "https://github.com/gaearon/normalizr",
"keywords": [
"api",
"flux",
"json",
"normalize"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "gaearon",
"email": "dan.abramov@gmail.com"
}
],
"name": "normalizr",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gaearon/normalizr.git"
},
"scripts": {
"build": "webpack && babel src --out-dir lib",
"prebuild": "rimraf dist lib",
"prepublish": "npm run build",
"test": "mocha --compilers js:babel/register --recursive",
"test:watch": "npm run test -- --watch"
},
"version": "1.4.1"
}