File: /home/cursos.ril.es/node_modules/laravel-elixir/node_modules/parse-filepath/package.json
{
"name": "parse-filepath",
"description": "Parse a filepath into an object, yielding predictable results for basename and extname.",
"version": "0.5.0",
"homepage": "https://github.com/jonschlinkert/parse-filepath",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/parse-filepath.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/parse-filepath/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/parse-filepath/blob/master/LICENSE-MIT"
}
],
"keywords": [
"basename",
"dir",
"dirname",
"ext",
"extname",
"filepath",
"name",
"object",
"path"
],
"main": "index.js",
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"mocha": "~1.18.2",
"should": "^4.0.4"
},
"dependencies": {
"path-ends-with": "^0.2.1"
},
"_id": "parse-filepath@0.5.0",
"_shasum": "b7cf9b8a2824bd77f70fb92cd17d8a2404bf4d6a",
"_from": "parse-filepath@>=0.5.0 <0.6.0",
"_npmVersion": "1.4.9",
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"dist": {
"shasum": "b7cf9b8a2824bd77f70fb92cd17d8a2404bf4d6a",
"tarball": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-0.5.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-0.5.0.tgz"
}