source: imaps-frontend/node_modules/flat/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 871 bytes
Line 
1{
2 "name": "flat",
3 "version": "5.0.2",
4 "main": "index.js",
5 "bin": "cli.js",
6 "scripts": {
7 "test": "mocha -u tdd --reporter spec && standard cli.js index.js test/index.js"
8 },
9 "license": "BSD-3-Clause",
10 "description": "Take a nested Javascript object and flatten it, or unflatten an object with delimited keys",
11 "devDependencies": {
12 "mocha": "~8.1.1",
13 "standard": "^14.3.4"
14 },
15 "directories": {
16 "test": "test"
17 },
18 "dependencies": {},
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/hughsk/flat.git"
22 },
23 "keywords": [
24 "flat",
25 "json",
26 "flatten",
27 "unflatten",
28 "split",
29 "object",
30 "nested"
31 ],
32 "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughskennedy.com)",
33 "bugs": {
34 "url": "https://github.com/hughsk/flat/issues"
35 },
36 "homepage": "https://github.com/hughsk/flat"
37}
Note: See TracBrowser for help on using the repository browser.