{
  "_args": [
    [
      "string.fromcodepoint@0.2.1",
      "/var/www/brandplatform.be/villapila"
    ]
  ],
  "_from": "string.fromcodepoint@0.2.1",
  "_id": "string.fromcodepoint@0.2.1",
  "_inBundle": false,
  "_integrity": "sha1-jZeDM8C8klOPUPOD5IiPPlYZ1lM=",
  "_location": "/string.fromcodepoint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "string.fromcodepoint@0.2.1",
    "name": "string.fromcodepoint",
    "escapedName": "string.fromcodepoint",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "/svgicons2svgfont"
  ],
  "_resolved": "https://registry.npmjs.org/string.fromcodepoint/-/string.fromcodepoint-0.2.1.tgz",
  "_spec": "0.2.1",
  "_where": "/var/www/brandplatform.be/villapila",
  "author": {
    "name": "Mathias Bynens",
    "url": "http://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/String.fromCodePoint/issues"
  },
  "description": "A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.",
  "directories": {
    "test": "tests"
  },
  "files": [
    "LICENSE-MIT.txt",
    "fromcodepoint.js"
  ],
  "homepage": "http://mths.be/fromcodepoint",
  "keywords": [
    "string",
    "unicode",
    "es6",
    "ecmascript",
    "polyfill"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://mths.be/mit"
    }
  ],
  "main": "fromcodepoint.js",
  "name": "string.fromcodepoint",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathiasbynens/String.fromCodePoint.git"
  },
  "scripts": {
    "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
    "test": "node tests/tests.js"
  },
  "version": "0.2.1"
}
