{ "_args": [ [ "react-day-picker@^3.1.0", "C:\\apps\\jenkins\\workspace\\eTBM 3 (development)" ] ], "_from": "react-day-picker@>=3.1.0 <4.0.0", "_id": "react-day-picker@3.1.1", "_inCache": true, "_installable": true, "_location": "/react-day-picker", "_nodeVersion": "6.8.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/react-day-picker-3.1.1.tgz_1476735307279_0.7139540715143085" }, "_npmUser": { "email": "io@gpbl.org", "name": "gpbl" }, "_npmVersion": "3.10.9", "_phantomChildren": {}, "_requested": { "name": "react-day-picker", "raw": "react-day-picker@^3.1.0", "rawSpec": "^3.1.0", "scope": null, "spec": ">=3.1.0 <4.0.0", "type": "range" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-3.1.1.tgz", "_shasum": "7fa385dc7b424cee3eb09696e1918e6b18abafdb", "_shrinkwrap": null, "_spec": "react-day-picker@^3.1.0", "_where": "C:\\apps\\jenkins\\workspace\\eTBM 3 (development)", "author": { "email": "io@gpbl.org", "name": "Giampaolo Bellavite" }, "browser": "./dist/DayPicker.js", "bugs": { "url": "https://github.com/gpbl/react-day-picker/issues" }, "dependencies": {}, "description": "Flexible date picker component for React", "devDependencies": { "autoprefixer": "6.5.0", "babel-cli": "6.16.0", "babel-core": "6.17.0", "babel-eslint": "7.0.0", "babel-loader": "6.2.5", "babel-preset-es2015": "6.16.0", "babel-preset-react": "6.16.0", "babel-preset-stage-1": "6.16.0", "chai": "3.5.0", "chai-enzyme": "0.5.2", "cheerio": "0.22.0", "coveralls": "2.11.14", "enzyme": "2.4.1", "eslint": "3.7.1", "eslint-config-airbnb": "12.0.0", "eslint-plugin-import": "2.0.1", "eslint-plugin-jsx-a11y": "2.2.3", "eslint-plugin-react": "6.4.1", "gitbook-cli": "2.3.0", "istanbul": "1.1.0-alpha.1", "jsdom": "9.0.0", "mocha": "3.1.2", "moment": "2.15.1", "postcss-cli": "2.6.0", "react": "15.3.2", "react-addons-test-utils": "15.3.2", "react-dom": "15.3.2", "react-hot-loader": "1.3.0", "rimraf": "2.5.4", "sinon": "1.17.6", "sinon-chai": "2.8.0", "webpack": "1.13.2" }, "directories": { "doc": "docs" }, "dist": { "shasum": "7fa385dc7b424cee3eb09696e1918e6b18abafdb", "tarball": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-3.1.1.tgz" }, "files": [ "DayPicker.js", "dist", "lib", "moment.js", "utils.js" ], "gitHead": "eaebaf4f6b06bb398fba3843a4dd2ca3b23816d2", "homepage": "https://react-day-picker.js.org", "keywords": [ "calendar", "component", "date", "date-picker", "datepicker", "moment", "momentjs", "picker", "react", "react-component" ], "license": "MIT", "main": "DayPicker.js", "maintainers": [ { "name": "gpbl", "email": "io@gpbl.org" } ], "name": "react-day-picker", "optionalDependencies": {}, "peerDependencies": { "react": "~0.13.x || ~0.14.x || ^15.0.0" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/gpbl/react-day-picker.git" }, "scripts": { "build": "babel ./src -d ./lib --source-maps && postcss --use autoprefixer src/style.css -d lib/", "check": "npm run lint && npm run test", "clean": "rimraf lib coverage dist", "cover": "babel-node ./node_modules/istanbul/lib/cli cover -- _mocha --recursive --reporter spec", "dist": "webpack -p", "docs:build": "npm run docs:prepare && gitbook build", "docs:clean": "rimraf _book", "docs:prepare": "gitbook install", "docs:publish": "npm run docs:clean && npm run docs:build && npm run examples:build && rimraf _book/examples && mv examples/built _book/examples && cd _book && ECHO react-day-picker.js.org > CNAME && git init && git commit --allow-empty -m 'Update docs and examples' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'Update docs and examples' && git push git@github.com:gpbl/react-day-picker gh-pages --force", "docs:serve": "gitbook serve", "examples:build": "npm run examples:clean && cd examples && npm run build && cd ..", "examples:clean": "rimraf examples/built", "lint": "eslint src test", "prerelease": "npm run check && npm run dist && npm run build", "test": "mocha --compilers js:babel-core/register --require ./test/setup.js --recursive --reporter spec", "test:files": "mocha --compilers js:babel-core/register --require ./test/setup.js --reporter spec --bail --watch", "test:watch": "npm test -- --watch" }, "style": "lib/style.css", "version": "3.1.1" }