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