{
  "_args": [
    [
      "string.prototype.codepointat@0.2.1",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "string.prototype.codepointat@0.2.1",
  "_id": "string.prototype.codepointat@0.2.1",
  "_inBundle": false,
  "_integrity": "sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==",
  "_location": "/string.prototype.codepointat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "string.prototype.codepointat@0.2.1",
    "name": "string.prototype.codepointat",
    "escapedName": "string.prototype.codepointat",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "/opentype.js"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz",
  "_spec": "0.2.1",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "Mathias Bynens",
    "url": "https://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/String.prototype.codePointAt/issues"
  },
  "description": "A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.",
  "files": [
    "LICENSE-MIT.txt",
    "codepointat.js"
  ],
  "homepage": "https://mths.be/codepointat",
  "keywords": [
    "string",
    "unicode",
    "es6",
    "ecmascript",
    "polyfill"
  ],
  "license": "MIT",
  "main": "codepointat.js",
  "name": "string.prototype.codepointat",
  "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.1"
}
