{
  "_args": [
    [
      "faker@5.5.3",
      "/home/vkuser/www/minimal"
    ]
  ],
  "_from": "faker@5.5.3",
  "_id": "faker@5.5.3",
  "_inBundle": false,
  "_integrity": "sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g==",
  "_location": "/faker",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "faker@5.5.3",
    "name": "faker",
    "escapedName": "faker",
    "rawSpec": "5.5.3",
    "saveSpec": null,
    "fetchSpec": "5.5.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/faker/-/faker-5.5.3.tgz",
  "_spec": "5.5.3",
  "_where": "/home/vkuser/www/minimal",
  "bugs": {
    "url": "https://github.com/Marak/Faker.js/issues"
  },
  "contributors": [
    {
      "name": "Marak Squires",
      "email": "marak.squires@gmail.com"
    }
  ],
  "dependencies": {},
  "description": "Generate massive amounts of fake contextual data",
  "devDependencies": {
    "browserify": "^16.5.2",
    "coveralls": "^3.1.0",
    "eslint": "^6.5.1",
    "gulp": "^4.0.2",
    "gulp-gh-pages": "^0.5.4",
    "gulp-jsdoc3": "^3.0.0",
    "gulp-mustache": "^5.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-uglify": "^3.0.2",
    "ink-docstrap": "1.1.4",
    "jsdoc": "^3.4.0",
    "lint-staged": "^9.4.2",
    "lodash": "^4.6.1",
    "mocha": "^8.1.1",
    "node-minify": "*",
    "nyc": "^15.1.0",
    "optimist": "0.3.5",
    "sinon": "^9.0.3",
    "through2": "2.0.0",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0",
    "vinyl-transform": "^1.0.0"
  },
  "homepage": "https://github.com/Marak/Faker.js#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "faker",
  "nyc": {
    "all": false,
    "include": [
      "lib/**/*.js",
      "vendor/*.js"
    ],
    "exclude": [
      "coverage",
      "locales",
      "modules",
      "white",
      "docs",
      "docker",
      "public",
      "reports",
      "tests",
      "node_modules"
    ],
    "reporter": [
      "html",
      "lcov",
      "clover"
    ],
    "report-dir": "./reports/coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Marak/Faker.js.git"
  },
  "scripts": {
    "browser": "gulp browser",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "jsdoc": "gulp jsdoc",
    "lint": "eslint ./lib/animal.js",
    "readme": "gulp readme",
    "test": "mocha test/*.*.js"
  },
  "version": "5.5.3"
}
