package.json 2.4 KB
{
  "_args": [
    [
      "string.fromcodepoint@^0.2.1",
      "/Users/AlexWang/ws/LiveClass/node_modules/utf-8"
    ]
  ],
  "_cnpm_publish_time": 1405437178334,
  "_from": "string.fromcodepoint@>=0.2.1 <0.3.0",
  "_id": "string.fromcodepoint@0.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/string.fromcodepoint",
  "_npmUser": {
    "email": "mathias@qiwi.be",
    "name": "mathias"
  },
  "_npmVersion": "1.4.15",
  "_phantomChildren": {},
  "_requested": {
    "name": "string.fromcodepoint",
    "raw": "string.fromcodepoint@^0.2.1",
    "rawSpec": "^0.2.1",
    "scope": null,
    "spec": ">=0.2.1 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/utf-8"
  ],
  "_resolved": "https://registry.npm.taobao.org/string.fromcodepoint/download/string.fromcodepoint-0.2.1.tgz",
  "_shasum": "8d978333c0bc92538f50f383e4888f3e5619d653",
  "_shrinkwrap": null,
  "_spec": "string.fromcodepoint@^0.2.1",
  "_where": "/Users/AlexWang/ws/LiveClass/node_modules/utf-8",
  "author": {
    "name": "Mathias Bynens",
    "url": "http://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/String.fromCodePoint/issues"
  },
  "dependencies": {},
  "description": "A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.",
  "devDependencies": {},
  "directories": {
    "test": "tests"
  },
  "dist": {
    "noattachment": false,
    "shasum": "8d978333c0bc92538f50f383e4888f3e5619d653",
    "size": 2823,
    "tarball": "http://registry.npm.taobao.org/string.fromcodepoint/download/string.fromcodepoint-0.2.1.tgz"
  },
  "files": [
    "LICENSE-MIT.txt",
    "fromcodepoint.js"
  ],
  "gitHead": "c2c857025aca29aeebab66caedf4a56dac58ba52",
  "homepage": "http://mths.be/fromcodepoint",
  "keywords": [
    "string",
    "unicode",
    "es6",
    "ecmascript",
    "polyfill"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://mths.be/mit"
    }
  ],
  "main": "fromcodepoint.js",
  "maintainers": [
    {
      "email": "mathias@qiwi.be",
      "name": "mathias"
    }
  ],
  "name": "string.fromcodepoint",
  "optionalDependencies": {},
  "publish_time": 1405437178334,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathiasbynens/String.fromCodePoint.git"
  },
  "scripts": {
    "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
    "test": "node tests/tests.js"
  },
  "version": "0.2.1"
}