{
  "_args": [
    [
      "svg-captcha@1.4.0",
      "/data/build"
    ]
  ],
  "_from": "svg-captcha@1.4.0",
  "_id": "svg-captcha@1.4.0",
  "_inBundle": false,
  "_integrity": "sha1-MurTxkY5NsIYuzvJ7QT+pO7/5JI=",
  "_location": "/svg-captcha",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "svg-captcha@1.4.0",
    "name": "svg-captcha",
    "escapedName": "svg-captcha",
    "rawSpec": "1.4.0",
    "saveSpec": null,
    "fetchSpec": "1.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "http://172.17.52.48:8081/repository/npm-group/svg-captcha/-/svg-captcha-1.4.0.tgz",
  "_spec": "1.4.0",
  "_where": "/data/build",
  "author": {
    "name": "Weilin Shi",
    "email": "934587911@qq.com"
  },
  "bugs": {
    "url": "https://github.com/steambap/svg-captcha/issues"
  },
  "dependencies": {
    "opentype.js": "^0.7.3"
  },
  "description": "generate svg captcha in node.js or express.js",
  "devDependencies": {
    "jest": "^21.1.0",
    "jest-environment-node-debug": "^2.0.0",
    "xo": "^0.18.2"
  },
  "engines": {
    "node": ">=4.x"
  },
  "files": [
    "fonts/*",
    "lib/*",
    "index.d.ts",
    "*.md"
  ],
  "homepage": "https://github.com/steambap/svg-captcha#readme",
  "keywords": [
    "captcha",
    "svg",
    "node captcha",
    "captcha generator",
    "captcha alternative"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "svg-captcha",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steambap/svg-captcha.git"
  },
  "scripts": {
    "lint": "xo",
    "test": "jest"
  },
  "typings": "index.d.ts",
  "version": "1.4.0",
  "xo": {
    "esnext": true,
    "envs": [
      "jest"
    ],
    "rules": {
      "linebreak-style": [
        0
      ]
    }
  }
}
