{
  "_args": [
    [
      {
        "raw": "string@^3.3.1",
        "scope": null,
        "escapedName": "string",
        "name": "string",
        "rawSpec": "^3.3.1",
        "spec": ">=3.3.1 <4.0.0",
        "type": "range"
      },
      "C:\\src\\pnpm\\node_modules\\nixt"
    ]
  ],
  "_from": "string@>=3.3.1 <4.0.0",
  "_id": "string@3.3.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/string",
  "_nodeVersion": "2.1.0",
  "_npmUser": {
    "name": "az7arul",
    "email": "az7arul@gmail.com"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "string@^3.3.1",
    "scope": null,
    "escapedName": "string",
    "name": "string",
    "rawSpec": "^3.3.1",
    "spec": ">=3.3.1 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/nixt"
  ],
  "_resolved": "https://registry.npmjs.org/string/-/string-3.3.1.tgz",
  "_shasum": "8d2757ec1c0e6c526796fbb6b14036a4098398b7",
  "_shrinkwrap": null,
  "_spec": "string@^3.3.1",
  "_where": "C:\\src\\pnpm\\node_modules\\nixt",
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/string.js/issues"
  },
  "dependencies": {},
  "description": "string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.",
  "devDependencies": {
    "gulp": "3.8.11",
    "gulp-browserify": "0.5.1",
    "gulp-mocha": "2.0.0",
    "gulp-rename": "1.2.0",
    "gulp-rimraf": "^0.1.1",
    "gulp-uglify": "1.1.0",
    "istanbul": "*",
    "mocha": "*",
    "mochify": "^2.9.0",
    "uglify-js": "1.3.x"
  },
  "directories": {},
  "dist": {
    "shasum": "8d2757ec1c0e6c526796fbb6b14036a4098398b7",
    "tarball": "https://registry.npmjs.org/string/-/string-3.3.1.tgz"
  },
  "gitHead": "27d105d9735e4745b3a001f9fc3a7a1b1a66bbf3",
  "homepage": "http://stringjs.com",
  "keywords": [
    "string",
    "strings",
    "string.js",
    "stringjs",
    "S",
    "s",
    "csv",
    "html",
    "entities",
    "parse",
    "html",
    "tags",
    "strip",
    "trim",
    "encode",
    "decode",
    "escape",
    "unescape"
  ],
  "license": "MIT",
  "main": "lib/string",
  "maintainers": [
    {
      "name": "jprichardson",
      "email": "jprichardson@gmail.com"
    },
    {
      "name": "az7arul",
      "email": "az7arul@gmail.com"
    }
  ],
  "name": "string",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jprichardson/string.js.git"
  },
  "scripts": {
    "istanbul": "istanbul cover node_modules/.bin/_mocha test/string.test.js",
    "test": "gulp test"
  },
  "version": "3.3.1"
}
