HEX
Server: Apache/2.4.63 (Unix)
System: Linux Synopilou92 4.4.302+ #72806 SMP Mon Jul 21 23:16:00 CST 2025 x86_64
User: pilou92 (1026)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /volume1/docker/nodered/node_modules/brackets2dots/package.json
{
  "name": "brackets2dots",
  "version": "1.1.0",
  "description": "Convert string with bracket notation to dot property notation for Node.js and the browser.",
  "author": "Wil Moore III <wil.moore@wilmoore.com>",
  "keywords": [
    "string",
    "object",
    "property",
    "access",
    "deep",
    "nested"
  ],
  "main": "./index",
  "license": "MIT",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wilmoore/brackets2dots.js"
  },
  "devDependencies": {
    "mocha": "*",
    "browserify": "*"
  },
  "volo": {
    "url": "https://raw.github.com/wilmoore/brackets2dots.js/v{version}/brackets2dots.js"
  }
}