{
  "_args": [
    [
      "flatpickr@3.1.5",
      "/var/www/www-root/data/www/afutest.su"
    ]
  ],
  "_development": true,
  "_from": "flatpickr@3.1.5",
  "_id": "flatpickr@3.1.5",
  "_inBundle": false,
  "_integrity": "sha512-TvoJmb13WIgxyZ/QrdnrOC8Wn+ZbHJHGaqBBMyReVi6gjeD9fgS9mrltRlfxP3aAsrqtHEzExWOEcJqGJGxBnw==",
  "_location": "/flatpickr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "flatpickr@3.1.5",
    "name": "flatpickr",
    "escapedName": "flatpickr",
    "rawSpec": "3.1.5",
    "saveSpec": null,
    "fetchSpec": "3.1.5"
  },
  "_requiredBy": [
    "/vue-flatpickr-component"
  ],
  "_resolved": "https://registry.npmjs.org/flatpickr/-/flatpickr-3.1.5.tgz",
  "_spec": "3.1.5",
  "_where": "/var/www/www-root/data/www/afutest.su",
  "author": {
    "name": "Gregory",
    "email": "gregory.mkv@gmail.com"
  },
  "browserslist": [
    "ie >= 9",
    "last 2 versions",
    "safari >= 7"
  ],
  "bugs": {
    "url": "https://github.com/chmln/flatpickr/issues"
  },
  "dependencies": {},
  "description": "A lightweight, powerful javascript datetime picker",
  "devDependencies": {
    "@types/chokidar": "^1.7.2",
    "@types/glob": "^5.0.32",
    "@types/jest": "^20.0.8",
    "@types/jquery": "^3.2.12",
    "@types/ncp": "^2.0.1",
    "@types/node": "^8.0.28",
    "@types/rollup": "^0.41.1",
    "@types/stylus": "^0.48.28",
    "@types/uglify-js": "^2.6.29",
    "autoprefixer-stylus": "latest",
    "chokidar": "latest",
    "coveralls": "^3.0.0",
    "glob": "latest",
    "husky": "^0.14.3",
    "jest": "^21.0.2",
    "lint-staged": "^4.1.3",
    "ncp": "latest",
    "nodemon": "^1.12.1",
    "npm-run-all": "^4.1.1",
    "prettier": "^1.6.1",
    "rollup": "^0.50.0",
    "rollup-plugin-livereload": "^0.6.0",
    "rollup-plugin-serve": "^0.4.2",
    "rollup-plugin-typescript2": "^0.7.0",
    "rtlcss": "latest",
    "stylus": "latest",
    "ts-jest": "^21.0.0",
    "ts-node": "^3.3.0",
    "typescript": "^2.5.2",
    "uglify-js": "^3.1.2"
  },
  "homepage": "https://chmln.github.io/flatpickr",
  "keywords": [
    "javascript",
    "datetimepicker",
    "calendar",
    "date",
    "time",
    "picker",
    "lightweight"
  ],
  "license": "MIT",
  "lint-staged": {
    "**/*.{ts,tsx}": [
      "prettier --trailing-comma es5 --write",
      "git add"
    ]
  },
  "main": "dist/flatpickr.js",
  "name": "flatpickr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chmln/flatpickr.git"
  },
  "scripts": {
    "build": "run-s build:pre build:build",
    "build:build": "ts-node build.ts",
    "build:pre": "mkdir dist || true && mkdir dist/themes | true ",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "precommit": "lint-staged --silent",
    "rollup:build": "rollup -c",
    "rollup:start": "rollup -w -c",
    "start": "npm run build:build -- --dev",
    "test": "run-s test:typecheck test:unit",
    "test:typecheck": "tsc -p ./ --noEmit",
    "test:unit": "jest --config .jest.json"
  },
  "style": "dist/flatpickr.css",
  "types": "./index.d.ts",
  "version": "3.1.5"
}
