{
  "_args": [
    [
      "end-with@1.0.2",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "end-with@1.0.2",
  "_id": "end-with@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-DA7B8EjHnFqKjIj8bUkw+HCVAJza1++3rV88sCUQ8aCyf8gvtl6SgFAJy0JwrOotWyx5Cdfmo3GkRobcBpYYcQ==",
  "_location": "/end-with",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "end-with@1.0.2",
    "name": "end-with",
    "escapedName": "end-with",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/node-install-release"
  ],
  "_resolved": "https://registry.npmjs.org/end-with/-/end-with-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "bubkoo",
    "email": "bubkoo.wy@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/gearcase/end-with/issues"
  },
  "description": "Determines whether a string ends with the characters of another string.",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "istanbul": "^0.4.2",
    "jshint": "^2.9.1",
    "mocha": "^2.4.5"
  },
  "homepage": "https://github.com/gearcase/end-with#readme",
  "keywords": [
    "string",
    "str",
    "starts",
    "start",
    "with",
    "ends",
    "end",
    "search",
    "prefix",
    "postfix",
    "check",
    "first",
    "begin",
    "last",
    "end",
    "shim",
    "polyfill",
    "Ponyfill",
    "util",
    "utils",
    "utility",
    "tool"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "end-with",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gearcase/end-with.git"
  },
  "scripts": {
    "lint": "jshint index.js",
    "prepublish": "npm test",
    "pretest": "npm run lint",
    "test": "mocha -R spec",
    "test:cov": "rm -rf ./test/coverage && istanbul cover _mocha --dir ./test/coverage -- -R spec",
    "test:rpt": "npm run test:cov && coveralls < ./test/coverage/lcov.info"
  },
  "version": "1.0.2"
}
