12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_from": "parse-path@^4.0.0",
- "_id": "parse-path@4.0.3",
- "_inBundle": false,
- "_integrity": "sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==",
- "_location": "/parse-path",
- "_phantomChildren": {
- "decode-uri-component": "0.2.0",
- "filter-obj": "1.1.0",
- "split-on-first": "1.1.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "parse-path@^4.0.0",
- "name": "parse-path",
- "escapedName": "parse-path",
- "rawSpec": "^4.0.0",
- "saveSpec": null,
- "fetchSpec": "^4.0.0"
- },
- "_requiredBy": [
- "/parse-url"
- ],
- "_resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.3.tgz",
- "_shasum": "82d81ec3e071dcc4ab49aa9f2c9c0b8966bb22bf",
- "_spec": "parse-path@^4.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\parse-url",
- "author": {
- "name": "Ionică Bizău",
- "email": "bizauionica@gmail.com",
- "url": "https://ionicabizau.net"
- },
- "bugs": {
- "url": "https://github.com/IonicaBizau/parse-path/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "is-ssh": "^1.3.0",
- "protocols": "^1.4.0",
- "qs": "^6.9.4",
- "query-string": "^6.13.8"
- },
- "deprecated": false,
- "description": "Parse paths (local paths, urls: ssh/git/etc)",
- "devDependencies": {
- "tester": "^1.3.1"
- },
- "directories": {
- "example": "example",
- "test": "test"
- },
- "files": [
- "bin/",
- "app/",
- "lib/",
- "dist/",
- "src/",
- "scripts/",
- "resources/",
- "menu/",
- "cli.js",
- "index.js",
- "bloggify.js",
- "bloggify.json",
- "bloggify/"
- ],
- "homepage": "https://github.com/IonicaBizau/parse-path",
- "keywords": [
- "parse",
- "path",
- "url",
- "node",
- "git",
- "advanced"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "parse-path",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/IonicaBizau/parse-path.git"
- },
- "scripts": {
- "test": "node test"
- },
- "version": "4.0.3"
- }
|