package.json 1.58 KB
{
  "_from": "yn@3.1.1",
  "_id": "yn@3.1.1",
  "_inBundle": false,
  "_integrity": "sha1-HodAGgnXZ8HV6rJqbkwYUYLS61A=",
  "_location": "/yn",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "yn@3.1.1",
    "name": "yn",
    "escapedName": "yn",
    "rawSpec": "3.1.1",
    "saveSpec": null,
    "fetchSpec": "3.1.1"
  },
  "_requiredBy": [
    "/ts-node"
  ],
  "_resolved": "https://registry.npm.taobao.org/yn/download/yn-3.1.1.tgz",
  "_shasum": "1e87401a09d767c1d5eab26a6e4c185182d2eb50",
  "_spec": "yn@3.1.1",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\ts-node",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/yn/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Parse yes/no like values",
  "devDependencies": {
    "ava": "^1.4.1",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "lenient.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/yn#readme",
  "keywords": [
    "yn",
    "yes",
    "no",
    "cli",
    "prompt",
    "validate",
    "input",
    "answer",
    "true",
    "false",
    "parse",
    "lenient"
  ],
  "license": "MIT",
  "name": "yn",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/yn.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "3.1.1"
}