继续操作前请注册或者登录。
package.json 2.3 KB
{
  "_args": [
    [
      "code-point-at@^1.0.0",
      "/Users/AlexWang/ws/LiveClass/node_modules/string-width"
    ]
  ],
  "_cnpm_publish_time": 1437083487313,
  "_from": "code-point-at@>=1.0.0 <2.0.0",
  "_id": "code-point-at@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/code-point-at",
  "_nodeVersion": "0.12.5",
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "2.11.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "code-point-at",
    "raw": "code-point-at@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/string-width"
  ],
  "_resolved": "http://registry.npm.taobao.org/code-point-at/download/code-point-at-1.0.0.tgz",
  "_shasum": "f69b192d3f7d91e382e4b71bddb77878619ab0c6",
  "_shrinkwrap": null,
  "_spec": "code-point-at@^1.0.0",
  "_where": "/Users/AlexWang/ws/LiveClass/node_modules/string-width",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/code-point-at/issues"
  },
  "dependencies": {
    "number-is-nan": "^1.0.0"
  },
  "description": "ES2015 String#codePointAt() ponyfill",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "directories": {},
  "dist": {
    "noattachment": false,
    "shasum": "f69b192d3f7d91e382e4b71bddb77878619ab0c6",
    "size": 1795,
    "tarball": "http://registry.npm.taobao.org/code-point-at/download/code-point-at-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "c2ffa4064718b37c84c73a633abeeed5b486a469",
  "homepage": "https://github.com/sindresorhus/code-point-at",
  "keywords": [
    "es2015",
    "es6",
    "ponyfill",
    "polyfill",
    "shim",
    "string",
    "str",
    "code",
    "point",
    "at",
    "codepoint",
    "unicode"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "sindresorhus@gmail.com",
      "name": "sindresorhus"
    }
  ],
  "name": "code-point-at",
  "optionalDependencies": {},
  "publish_time": 1437083487313,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/code-point-at.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}