{
  "_from": "ends-with@^0.2.0",
  "_id": "ends-with@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-L52pjVelDP2kVxzkM5AAUA9Oa4o=",
  "_location": "/ends-with",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ends-with@^0.2.0",
    "name": "ends-with",
    "escapedName": "ends-with",
    "rawSpec": "^0.2.0",
    "saveSpec": null,
    "fetchSpec": "^0.2.0"
  },
  "_requiredBy": [
    "/path-ends-with"
  ],
  "_resolved": "https://registry.npmjs.org/ends-with/-/ends-with-0.2.0.tgz",
  "_shasum": "2f9da98d57a50cfda4571ce4339000500f4e6b8a",
  "_spec": "ends-with@^0.2.0",
  "_where": "/home/codegama/repo/shopygen/gentack/source_code/gentack-website-base/node_modules/path-ends-with",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/ends-with/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons.",
  "devDependencies": {
    "ansi": "^0.3.0",
    "benchmark": "^1.0.0",
    "mocha": "*",
    "should": "^4.0.4",
    "verb": ">= 0.2.6",
    "verb-tag-jscomments": ">= 0.2.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/jonschlinkert/ends-with",
  "keywords": [
    "array",
    "end",
    "ends",
    "javascript",
    "js",
    "string",
    "suffix",
    "util",
    "utility",
    "utils"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jonschlinkert/ends-with/blob/master/LICENSE-MIT"
    }
  ],
  "main": "index.js",
  "name": "ends-with",
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/ends-with.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.2.0"
}
