{
  "_args": [
    [
      "preact-rheostat@2.1.1",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "preact-rheostat@2.1.1",
  "_id": "preact-rheostat@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-d03JgkpbjknALYl+zfNiJQ60sFd4A0YjnLCe/DB+rqKQck7jXpsW9RqSN0R50/lV8fEezhVCjq2WMPDDOKmwaA==",
  "_location": "/preact-rheostat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "preact-rheostat@2.1.1",
    "name": "preact-rheostat",
    "escapedName": "preact-rheostat",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/instantsearch.js"
  ],
  "_resolved": "https://registry.npmjs.org/preact-rheostat/-/preact-rheostat-2.1.1.tgz",
  "_spec": "2.1.1",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Josh Perez",
    "email": "josh.perez@airbnb.com"
  },
  "bugs": {
    "url": "https://github.com/airbnb/rheostat/issues"
  },
  "dependencies": {
    "object.assign": "^4.0.4",
    "preact": "^8.2.5",
    "preact-compat": "^3.17.0",
    "prop-types": "^15.5.10"
  },
  "description": "Rheostat with Preact as React replacement",
  "devDependencies": {
    "@kadira/storybook": "^2.35.3",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-plugin-module-resolver": "^2.7.1",
    "babel-plugin-transform-replace-object-assign": "^0.2.1",
    "babel-preset-airbnb": "^2.4.0",
    "babel-register": "^6.26.0",
    "casual": "^1.5.17",
    "chai": "^4.1.1",
    "chai-enzyme": "^0.8.0",
    "create-react-class": "^15.6.0",
    "enzyme": "^2.9.1",
    "eslint": "^4.5.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.3.0",
    "has": "^1.0.1",
    "jsdom": "^9.12.0",
    "mocha": "^3.5.0",
    "nyc": "^11.1.0",
    "raw-loader": "^0.5.1",
    "react": "^15.6.1",
    "react-addons-test-utils": "^15.6.0",
    "react-dom": "^15.6.1",
    "react-test-renderer": "^15.6.1",
    "rimraf": "^2.6.1",
    "sinon": "^3.2.1",
    "style-loader": "^0.17.0"
  },
  "homepage": "https://github.com/airbnb/rheostat#readme",
  "license": "MIT",
  "main": "lib/Slider.js",
  "name": "preact-rheostat",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/airbnb/rheostat.git"
  },
  "scripts": {
    "build": "npm run clean && NODE_ENV=production  babel src -d lib",
    "clean": "rimraf lib",
    "lint": "eslint --ext .js,.jsx src test stories",
    "mocha": "mocha -R tap --compilers js:babel-register",
    "prepublish": "npm run build",
    "pretest": "npm run build && npm run lint",
    "react:13": "npm run react:clean && npm i react@0.13",
    "react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
    "react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15",
    "react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
    "storybook": "start-storybook -p 9001",
    "test": "NODE_ENV=test nyc npm run test:all",
    "test:all": "npm run test:node && npm run test:dom",
    "test:dom": "WITH_DOM=1 npm run test:mocha -- --require './test/.dom.js'",
    "test:mocha": "npm run mocha 'test/**/*-test.*'",
    "test:node": "npm run test:mocha",
    "tests-only": "npm run build && npm run test:all"
  },
  "version": "2.1.1"
}
