Created
June 24, 2021 20:59
-
-
Save DaneTheory/843aba28b90695e7c3049b0b49b2a67e to your computer and use it in GitHub Desktop.
The Package (dot) JSON: A story of love, triumph, and general witchcraft/wizardry - Backup
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
[ | |
{ | |
"title": { | |
"short": "The Package (dot) JSON", | |
"full": "The Package (dot) JSON: A story of love, triumph, and general witchcraft/wizardry", | |
"alt": "ThePackageDotJson" | |
}, | |
"author": { | |
"name": "Branden Dane", | |
"email": [ | |
["primary", "[email protected]"], | |
["alt", "[email protected]"], | |
["work", "[email protected]"], | |
["legit", "[email protected]"] | |
], | |
"site": [ | |
["portfolio", "https://DaneTheory.com"] | |
], | |
"social": [ | |
["github", ["DaneTheory", "Github.com/DaneTheory"]], | |
["stackoverflow", ["DaneTheory", "StackOverflow.com/users/3696233/danetheory"]], | |
["twitter", ["@god_dane", "Twitter.com/God_Dane"]] | |
] | |
}, | |
"description": "All things on the 'package.json'. The next great American novel.", | |
"resources": { | |
"_": "https://docs.npmjs.com/creating-a-package-json-file", | |
"npm": { | |
"source": { | |
"name": { | |
"main": "NpmJS", | |
"alts": [ | |
"npm", | |
"npmjs" | |
] | |
}, | |
"url": "https://docs.npmjs.com" | |
}, | |
"current": "https://docs.npmjs.com/cli/v7/configuring-npm/package-json", | |
"legacy": "https://docs.npmjs.com/cli/v6/configuring-npm/package-json" | |
}, | |
"yarn": { | |
"source": { | |
"name": { | |
"main": "YarnPkg", | |
"alts": [ | |
"yarn", | |
"yarnpkg" | |
] | |
}, | |
"url": "https://yarnpkg.com" | |
}, | |
"current": "https://yarnpkg.com/configuration/manifest", | |
"legacy": "https://classic.yarnpkg.com/en/docs/package-json" | |
} | |
}, | |
"topics": { | |
"general": [ | |
"Generel info about the 'package.json' including tips.", | |
"https://gist.github.com/DaneTheory/d09756d8f20507f8d9aa6e0a48cd24ba" | |
], | |
"initFields": [ | |
"Info covering all officially documented 'initFields' found in the 'package.json'.", | |
"https://gist.github.com/DaneTheory/7f43335cc3b4da8e7ea4a993b7e2997d" | |
], | |
"_": { | |
"extras": "https://gist.github.com/DaneTheory/e5c3096fb858b2a72c88d13583abebb2" | |
} | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment