forked from hughsk/flat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 801 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@activeprospect/flat",
"version": "5.1.0",
"main": "index.js",
"bin": {
"flat": "cli.js"
},
"scripts": {
"test": "node --test && standard cli.js index.js test/test.js"
},
"license": "BSD-3-Clause",
"description": "Take a nested Javascript object and flatten it, or unflatten an object with delimited keys",
"devDependencies": {
"standard": "^17.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/activeprospect/flat.git"
},
"keywords": [
"flat",
"json",
"flatten",
"unflatten",
"split",
"object",
"nested"
],
"author": "Hugh Kennedy <hughskennedy@gmail.com> (https://hughsk.io)",
"bugs": {
"url": "https://github.com/hughsk/flat/issues"
},
"homepage": "https://github.com/hughsk/flat"
}