This commit is contained in:
2024-03-22 03:47:51 +05:30
parent 8bcf3d211e
commit 89819f6fe2
28440 changed files with 3211033 additions and 2 deletions

37
node_modules/flat/package.json generated vendored Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "flat",
"version": "5.0.2",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"test": "mocha -u tdd --reporter spec && standard cli.js index.js test/index.js"
},
"license": "BSD-3-Clause",
"description": "Take a nested Javascript object and flatten it, or unflatten an object with delimited keys",
"devDependencies": {
"mocha": "~8.1.1",
"standard": "^14.3.4"
},
"directories": {
"test": "test"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/hughsk/flat.git"
},
"keywords": [
"flat",
"json",
"flatten",
"unflatten",
"split",
"object",
"nested"
],
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughskennedy.com)",
"bugs": {
"url": "https://github.com/hughsk/flat/issues"
},
"homepage": "https://github.com/hughsk/flat"
}