package.json 1.93 KB
{
  "_from": "string@^3.0.0",
  "_id": "string@3.3.3",
  "_inBundle": false,
  "_integrity": "sha1-XqIRzZLSKOGEKUmQpsyXs2anfLA=",
  "_location": "/string",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "string@^3.0.0",
    "name": "string",
    "escapedName": "string",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/bhttp"
  ],
  "_resolved": "https://registry.npmjs.org/string/-/string-3.3.3.tgz",
  "_shasum": "5ea211cd92d228e184294990a6cc97b366a77cb0",
  "_spec": "string@^3.0.0",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\bhttp",
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/string.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "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"
  },
  "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",
  "name": "string",
  "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.3"
}