find-node-modules
Version:
Return an array of all parent node_modules directories
137 lines (136 loc) • 2.94 kB
JSON
{
"_args": [
[
"parse-github-url@1.0.2",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "parse-github-url@1.0.2",
"_id": "parse-github-url@1.0.2",
"_inBundle": false,
"_integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==",
"_location": "/parse-github-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "parse-github-url@1.0.2",
"name": "parse-github-url",
"escapedName": "parse-github-url",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/@semantic-release/github"
],
"_resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bin": {
"parse-github-url": "cli.js"
},
"bugs": {
"url": "https://github.com/jonschlinkert/parse-github-url/issues"
},
"contributors": [
{
"name": "Ben Meiri",
"url": "https://github.com/bmeiri"
},
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Javier Mendiara",
"url": "http://twitter.com/jmendiara"
},
{
"name": "Jeremy Ruppel",
"url": "jeremyruppel.github.io"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Pete Cook",
"url": "cookpete.com"
},
{
"name": "Philipp Alferov",
"url": "https://github.com/alferov"
},
{
"name": "William Bartholomew",
"url": "https://willbar.com"
}
],
"description": "Parse a github URL into an object.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.2.0",
"verb-generate-readme": "^0.6.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"cli.js",
"index.js"
],
"homepage": "https://github.com/jonschlinkert/parse-github-url",
"keywords": [
"branch",
"git",
"github",
"match",
"parse",
"regex",
"repo",
"test",
"url",
"user",
"username"
],
"license": "MIT",
"main": "index.js",
"name": "parse-github-url",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/parse-github-url.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"git-add-remote",
"git-branch",
"git-repo-name",
"git-username",
"is-git-url"
]
},
"lint": {
"reflinks": true
}
},
"version": "1.0.2"
}