0fe30146219574b431d8b86c99a3f5d7a37c22e9.svn-base 1.89 KB
{
  "_from": "jackspeak@^1.4.0",
  "_id": "jackspeak@1.4.0",
  "_inBundle": false,
  "_integrity": "sha1-TrLHk1xebSgXm1CClxHRNyocmio=",
  "_location": "/jackspeak",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jackspeak@^1.4.0",
    "name": "jackspeak",
    "escapedName": "jackspeak",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npm.taobao.org/jackspeak/download/jackspeak-1.4.0.tgz",
  "_shasum": "4eb2c7935c5e6d28179b50829711d1372a1c9a2a",
  "_spec": "jackspeak@^1.4.0",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/jackspeak/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cliui": "^4.1.0"
  },
  "deprecated": false,
  "description": "A very strict and proper argument parser.",
  "devDependencies": {
    "tap": "^14.0.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/isaacs/jackspeak#readme",
  "keywords": [
    "argument",
    "parser",
    "args",
    "option",
    "flag",
    "cli",
    "command",
    "line",
    "parse",
    "parsing"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "jackspeak",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/jackspeak.git"
  },
  "scripts": {
    "build-examples": "for i in examples/*.js ; do node $i -h > ${i/.js/.txt}; done",
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "TAP_SNAPSHOT=1 tap test/*.js -J && npm run build-examples",
    "test": "tap test/*.js --100 -J"
  },
  "version": "1.4.0"
}