Created
June 24, 2021 10:22
-
-
Save DaneTheory/dcb1bd7a17825ce7569ad4f3c86d611f to your computer and use it in GitHub Desktop.
The Package (dot) JSON: A story of love, triumph, and general witchcraft/wizardry - InitFields: Repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "npm:current": { | |
| "ref": "", | |
| "source": [ | |
| ] | |
| }, | |
| "npm:legacy": { | |
| "ref": "", | |
| "source": [ | |
| ] | |
| }, | |
| "yarn:current": { | |
| "ref": "null", | |
| "source": "null" | |
| }, | |
| "yarn:legacy": { | |
| "ref": "https://classic.yarnpkg.com/en/docs/package-json/#toc-repository", | |
| "source": [ | |
| "The repository is the location where the actual code for your package lives.", | |
| "_example_:{ \n \"repository\": { \"type\": \"git\", \"url\": \"https://github.com/user/repo.git\", \n \"repository\": \"github:user/repo\", \n \"repository\": \"gitlab:user/repo\", \n \"repository\": \"bitbucket:user/repo\", \n \"repository\": \"gist:a1b2c3d4e5f\" \n }:_example_" | |
| ] | |
| } | |
| }] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment