{
  "_from": "path-ends-with@^0.2.1",
  "_id": "path-ends-with@0.2.3",
  "_inBundle": false,
  "_integrity": "sha1-KkpLYUpb7jna+g9dpI6GLG1Iw94=",
  "_location": "/path-ends-with",
  "_phantomChildren": {
    "remove-trailing-separator": "1.1.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "path-ends-with@^0.2.1",
    "name": "path-ends-with",
    "escapedName": "path-ends-with",
    "rawSpec": "^0.2.1",
    "saveSpec": null,
    "fetchSpec": "^0.2.1"
  },
  "_requiredBy": [
    "/laravel-elixir/parse-filepath"
  ],
  "_resolved": "https://registry.npmjs.org/path-ends-with/-/path-ends-with-0.2.3.tgz",
  "_shasum": "2a4a4b614a5bee39dafa0f5da48e862c6d48c3de",
  "_spec": "path-ends-with@^0.2.1",
  "_where": "/home/codegama/repo/shopygen/gentack/source_code/gentack-website-base/node_modules/laravel-elixir/node_modules/parse-filepath",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/path-ends-with/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ends-with": "^0.2.0",
    "normalize-path": "^2.0.0"
  },
  "deprecated": false,
  "description": "Return `true` if a file path ends with the given string/suffix.",
  "devDependencies": {
    "mocha": "*",
    "should": "^4.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/path-ends-with",
  "keywords": [
    "directory",
    "end",
    "ending",
    "ends",
    "ends-with",
    "file",
    "filepath",
    "fp",
    "match",
    "matches",
    "normalize",
    "path",
    "re",
    "regex",
    "regexp",
    "segment",
    "slash",
    "slashes",
    "suffix",
    "trailing"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "path-ends-with",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/path-ends-with.git"
  },
  "scripts": {
    "browser": "browserify -e index.js -o browser.js",
    "test": "mocha"
  },
  "verb": {
    "related": {
      "description": "Other useful libraries for working with paths in node.js:",
      "list": [
        "contains-path",
        "ends-with",
        "is-absolute",
        "is-relative",
        "normalize-path",
        "parse-filepath",
        "path-segments",
        "rewrite-ext"
      ]
    }
  },
  "version": "0.2.3"
}
