npm-config2env-datatypes-demo
Version:
How does npm-config map keys and data types to the environment?
52 lines (48 loc) • 1.57 kB
JSON
{ "name": "npm-config2env-datatypes-demo",
"version": "0.0.5",
"description": "How does npm-config map keys and data types to the environment?",
"keywords": [ "npm-config" ],
"config": {
"str": "supported",
"int": -123,
"float": -3.1415,
"false": false,
"true": true,
"null": null,
"arr": [ 2, 5, [ "sub", "array" ], 9 ],
"obj": { "dog": "woof", "cat": "meow" },
"123": "positive",
"0": "zero",
"-123": "negative",
"\u2603": "snowman",
"\u00A0": "nbsp",
"conflict:": "colon wins! (this time)",
"conflict-": "minus wins! (this time)",
"conflict+": "plus wins! (this time)",
"key w spaces ": "",
"key/w//slashes//": "",
"key\\h\\backslashes\\\\": "",
"key_w__underscores__": "",
"key.w..dots..": "",
"key-w--dashes--": "",
"key$w$$dollars$$": "",
"key[]w][brackets[]": "",
"snow☃man": "snow☃man",
"MiXedCaseKey": "I'm a MiXedCaseKey!",
"mixedcasekey": "doesn't conflict with MiXedCaseKey"
},
"author": "M.K. (https://github.com/mk-pmb)",
"homepage": "https://github.com/mk-pmb/npm-config2env-datatypes-demo-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mk-pmb/npm-config2env-datatypes-demo-js.git"
},
"bugs": {
"url": "https://github.com/mk-pmb/npm-config2env-datatypes-demo-js/issues"
},
"private": false, "license": "ISC",
"main": "dump.js",
"scripts": { "start": "nodejs dump.js" },
"dependencies": { "pad": "^1.0.0" },
"npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
}