{
  "_args": [
    [
      "htmlescape@1.1.1",
      "/var/www/vhosts/netlanguages.com/content/lms/platform/shared"
    ]
  ],
  "_from": "htmlescape@1.1.1",
  "_id": "htmlescape@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E=",
  "_location": "/htmlescape",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "htmlescape@1.1.1",
    "name": "htmlescape",
    "escapedName": "htmlescape",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/browserify"
  ],
  "_resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/var/www/vhosts/netlanguages.com/content/lms/platform/shared",
  "author": {
    "name": "Andres Suarez",
    "email": "zertosh@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/zertosh/htmlescape/issues"
  },
  "dependencies": {},
  "description": "Properly escape JSON for usage as an object literal inside of a `<script>` tag",
  "devDependencies": {
    "tape": "^3.0.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/zertosh/htmlescape",
  "keywords": [
    "escape",
    "encoding",
    "html",
    "json",
    "template"
  ],
  "license": "MIT",
  "main": "htmlescape.js",
  "name": "htmlescape",
  "repository": {
    "type": "git",
    "url": "git://github.com/zertosh/htmlescape.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.1.1"
}
