package.json 1.35 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
{
  "_args": [
    [
      "has-unicode@2.0.1",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_from": "has-unicode@2.0.1",
  "_id": "has-unicode@2.0.1",
  "_inBundle": false,
  "_integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
  "_location": "/has-unicode",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "has-unicode@2.0.1",
    "name": "has-unicode",
    "escapedName": "has-unicode",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/gauge"
  ],
  "_resolved": "https://registry.npm.taobao.org/has-unicode/download/has-unicode-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org"
  },
  "bugs": {
    "url": "https://github.com/iarna/has-unicode/issues"
  },
  "description": "Try to guess if your terminal supports unicode",
  "devDependencies": {
    "require-inject": "^1.3.0",
    "tap": "^2.3.1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/iarna/has-unicode",
  "keywords": [
    "unicode",
    "terminal"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "has-unicode",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/has-unicode.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "2.0.1"
}