package.json 2.7 KB
{
  "_args": [
    [
      "utf-8",
      "/Users/AlexWang/ws/LiveClass"
    ]
  ],
  "_cnpm_publish_time": 1435253139310,
  "_from": "utf-8@latest",
  "_id": "utf-8@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/utf-8",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "email": "nfroidure@elitwork.com",
    "name": "nfroidure"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "utf-8",
    "raw": "utf-8",
    "rawSpec": "",
    "scope": null,
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npm.taobao.org/utf-8/download/utf-8-1.0.0.tgz",
  "_shasum": "429c09fb1ac32cebaf565961eda48cb3f4522197",
  "_shrinkwrap": null,
  "_spec": "utf-8",
  "_where": "/Users/AlexWang/ws/LiveClass",
  "author": {
    "name": "Nicolas Froidure"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/UTF8.js/issues"
  },
  "dependencies": {
    "string.fromcodepoint": "^0.2.1",
    "string.prototype.codepointat": "^0.2.0"
  },
  "description": "Encode/decode UTF8.",
  "devDependencies": {
    "coveralls": "~2.11.2",
    "istanbul": "~0.3.16",
    "karma": "~0.12.37",
    "karma-chrome-launcher": "~0.2.0",
    "karma-firefox-launcher": "~0.1.6",
    "karma-mocha": "~0.2.0",
    "karma-phantomjs-launcher": "~0.2.0",
    "mocha": "~2.2.5",
    "mocha-lcov-reporter": "0.0.2"
  },
  "directories": {},
  "dist": {
    "noattachment": false,
    "shasum": "429c09fb1ac32cebaf565961eda48cb3f4522197",
    "size": 10003,
    "tarball": "http://registry.npm.taobao.org/utf-8/download/utf-8-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "f2ba4f9207957ab81e500935915c65853bfd3fe4",
  "homepage": "https://github.com/nfroidure/UTF8.js",
  "keywords": [
    "utf-8",
    "encode",
    "decode",
    "encoder",
    "decoder",
    "strict"
  ],
  "main": "./src/UTF8.js",
  "maintainers": [
    {
      "email": "nfroidure@elitwork.com",
      "name": "nfroidure"
    }
  ],
  "name": "utf-8",
  "optionalDependencies": {},
  "preferGlobal": "false",
  "publish_time": 1435253139310,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nfroidure/UTF8.js.git"
  },
  "scripts": {
    "cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000",
    "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test": "node_modules/mocha/bin/mocha tests/*.mocha.js"
  },
  "version": "1.0.0"
}