{
  "_from": "string.prototype.codepointat@^0.2.0",
  "_id": "string.prototype.codepointat@0.2.1",
  "_inBundle": false,
  "_integrity": "sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==",
  "_location": "/string.prototype.codepointat",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "string.prototype.codepointat@^0.2.0",
    "name": "string.prototype.codepointat",
    "escapedName": "string.prototype.codepointat",
    "rawSpec": "^0.2.0",
    "saveSpec": null,
    "fetchSpec": "^0.2.0"
  },
  "_requiredBy": [
    "/properties-parser"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz",
  "_shasum": "004ad44c8afc727527b108cd462b4d971cd469bc",
  "_spec": "string.prototype.codepointat@^0.2.0",
  "_where": "/home/amigocliente/public_html/wa/www/hello/node_modules/properties-parser",
  "author": {
    "name": "Mathias Bynens",
    "url": "https://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/String.prototype.codePointAt/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
}
