{
  "_args": [
    [
      {
        "raw": "react-toastr@^2.6.2",
        "scope": null,
        "escapedName": "react-toastr",
        "name": "react-toastr",
        "rawSpec": "^2.6.2",
        "spec": ">=2.6.2 <3.0.0",
        "type": "range"
      },
      "/Users/hibad/Documents/foreveross/restack-mobile-cli/prototype"
    ]
  ],
  "_cnpm_publish_time": 1474426770056,
  "_from": "react-toastr@>=2.6.2 <3.0.0",
  "_id": "react-toastr@2.8.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/react-toastr",
  "_nodeVersion": "6.6.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/react-toastr-2.8.1.tgz_1474426769834_0.47600530786439776"
  },
  "_npmUser": {
    "name": "tomchentw",
    "email": "developer@tomchentw.com"
  },
  "_npmVersion": "3.10.7",
  "_phantomChildren": {},
  "_requested": {
    "raw": "react-toastr@^2.6.2",
    "scope": null,
    "escapedName": "react-toastr",
    "name": "react-toastr",
    "rawSpec": "^2.6.2",
    "spec": ">=2.6.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "http://registry.npm.taobao.org/react-toastr/download/react-toastr-2.8.1.tgz",
  "_shasum": "17dfbccf37caec55e165b712e70fb35e6940205b",
  "_shrinkwrap": null,
  "_spec": "react-toastr@^2.6.2",
  "_where": "/Users/hibad/Documents/foreveross/restack-mobile-cli/prototype",
  "author": {
    "name": "tomchentw",
    "email": "developer@tomchentw.com",
    "url": "https://github.com/tomchentw"
  },
  "bugs": {
    "url": "https://github.com/tomchentw/react-toastr/issues"
  },
  "contributors": [
    {
      "name": "tomchentw",
      "email": "developer@tomchentw.com",
      "url": "https://github.com/tomchentw"
    },
    {
      "name": "yfxie",
      "email": "yfxie@me.com",
      "url": "http://www.json.tw"
    }
  ],
  "dependencies": {
    "classnames": "^2.2.5",
    "element-class": "^0.2.2",
    "lodash": "^4.16.1",
    "react-addons-update": "^0.14.0 || ^15.0.0",
    "react-dom": "^0.14.0 || ^15.0.0"
  },
  "description": "React.js toastr component",
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-eslint": "^6.1.2",
    "babel-plugin-transform-flow-comments": "^6.8.0",
    "babel-plugin-typecheck": "^3.9.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.5.0",
    "codeclimate-test-reporter": "^0.3.3",
    "cross-env": "^2.0.1",
    "eslint": "^3.5.0",
    "eslint-plugin-flowtype": "^2.19.0",
    "eslint-plugin-import": "^1.15.0",
    "eslint-plugin-jsx-a11y": "^2.2.2",
    "eslint-plugin-react": "^6.3.0",
    "jquery": "^3.1.0",
    "prismjs": "^1.5.1",
    "raw-loader": "^0.5.1",
    "react": "^15.3.2",
    "react-addons-test-utils": "^15.3.2",
    "react-github-fork-ribbon": "^0.4.4",
    "react-scripts": "^0.4.3",
    "rimraf": "^2.5.4",
    "standard-version": "^2.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "17dfbccf37caec55e165b712e70fb35e6940205b",
    "size": 14903,
    "noattachment": false,
    "tarball": "http://r.cnpmjs.org/react-toastr/download/react-toastr-2.8.1.tgz"
  },
  "files": [
    "lib/",
    "src/lib",
    "AUTHORS",
    "CHANGELOG.md"
  ],
  "gitHead": "0a10127be4acf2418a6a5fede22f3bad5682d866",
  "homepage": "https://tomchentw.github.io/react-toastr/",
  "keywords": [
    "React.js",
    "React",
    "react-component",
    "toastr",
    "alert",
    "toast",
    "message",
    "popup",
    "jQuery"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "tomchentw",
      "email": "developer@tomchentw.com"
    }
  ],
  "name": "react-toastr",
  "optionalDependencies": {},
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0"
  },
  "publish_time": 1474426770056,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomchentw/react-toastr.git"
  },
  "scripts": {
    "build:app": "react-scripts build",
    "build:lib": "cross-env NODE_ENV=production babel src/lib --out-dir lib",
    "clean": "rimraf lib",
    "commit:app": "git add -A && git commit -m 'docs: compile from src/app with react-scripts'",
    "commit:lib": "git add -A && git commit -m 'chore(lib): compile from src/lib using babel'",
    "eject": "react-scripts eject",
    "lint": "cross-env NODE_ENV=test eslint .",
    "prebuild:lib": "npm run lint && npm run clean",
    "precommit:app": "npm run build:app",
    "precommit:lib": "npm run build:lib",
    "prerelease": "npm run commit:lib && npm run commit:app",
    "pretest": "npm run lint",
    "release": "standard-version",
    "start": "react-scripts start",
    "test": "react-scripts test --env=jsdom",
    "test:once": "cross-env CI=true npm test"
  },
  "version": "2.8.1"
}
