95 lines
3.1 KiB
JSON
95 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "path-parse@^1.0.5",
|
|
"scope": null,
|
|
"escapedName": "path-parse",
|
|
"name": "path-parse",
|
|
"rawSpec": "^1.0.5",
|
|
"spec": ">=1.0.5 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/resolve"
|
|
]
|
|
],
|
|
"_from": "path-parse@>=1.0.5 <2.0.0",
|
|
"_id": "path-parse@1.0.5",
|
|
"_inCache": true,
|
|
"_location": "/path-parse",
|
|
"_npmUser": {
|
|
"name": "jbgutierrez",
|
|
"email": "jbgutierrez@gmail.com"
|
|
},
|
|
"_npmVersion": "1.4.9",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "path-parse@^1.0.5",
|
|
"scope": null,
|
|
"escapedName": "path-parse",
|
|
"name": "path-parse",
|
|
"rawSpec": "^1.0.5",
|
|
"spec": ">=1.0.5 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/istanbul-lib-report",
|
|
"/resolve"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
|
|
"_shasum": "3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1",
|
|
"_shrinkwrap": null,
|
|
"_spec": "path-parse@^1.0.5",
|
|
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/resolve",
|
|
"author": {
|
|
"name": "Javier Blanco",
|
|
"email": "http://jbgutierrez.info"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jbgutierrez/path-parse/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Node.js path.parse() ponyfill",
|
|
"devDependencies": {},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1",
|
|
"tarball": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz"
|
|
},
|
|
"homepage": "https://github.com/jbgutierrez/path-parse#readme",
|
|
"keywords": [
|
|
"path",
|
|
"paths",
|
|
"file",
|
|
"dir",
|
|
"parse",
|
|
"built-in",
|
|
"util",
|
|
"utils",
|
|
"core",
|
|
"ponyfill",
|
|
"polyfill",
|
|
"shim"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "jbgutierrez",
|
|
"email": "jbgutierrez@gmail.com"
|
|
}
|
|
],
|
|
"name": "path-parse",
|
|
"optionalDependencies": {},
|
|
"readme": "# path-parse [![Build Status](https://travis-ci.org/jbgutierrez/path-parse.svg?branch=master)](https://travis-ci.org/jbgutierrez/path-parse)\n\n> Node.js [`path.parse(pathString)`](https://nodejs.org/api/path.html#path_path_parse_pathstring) ponyfill.\n\n> Ponyfill: A polyfill that doesn't overwrite the native method\n\n## Install\n\n```\n$ npm install --save path-parse\n```\n\n## Usage\n\n```js\nvar pathParse = require('path-parse');\n\npathParse('/home/user/dir/file.txt');\n//=> {\n// root : \"/\",\n// dir : \"/home/user/dir\",\n// base : \"file.txt\",\n// ext : \".txt\",\n// name : \"file\"\n// }\n```\n\n## API\n\nSee [`path.parse(pathString)`](https://nodejs.org/api/path.html#path_path_parse_pathstring) docs.\n\n### pathParse(path)\n\n### pathParse.posix(path)\n\nThe Posix specific version.\n\n### pathParse.win32(path)\n\nThe Windows specific version.\n\n## License\n\nMIT © [Javier Blanco](http://jbgutierrez.info)\n",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jbgutierrez/path-parse.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.0.5"
|
|
}
|