Skip to content

Instantly share code, notes, and snippets.

@DaneTheory
Last active June 24, 2021 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DaneTheory/c027c41c89408b2c110f3a3658509c69 to your computer and use it in GitHub Desktop.
Save DaneTheory/c027c41c89408b2c110f3a3658509c69 to your computer and use it in GitHub Desktop.
The Package (dot) JSON: A story of love, triumph, and general witchcraft/wizardry
[
{
"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", "DaneTheory@gmail.com"],
["alt", "Branden@DaneTheory.com"],
["work", "BDane@TheoryLabs.dev"],
["legit", "PirateKing@DaneTheory.com"]
],
"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