HEX
Server: LiteSpeed
System: Linux CentOS-79-64-minimal 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: vishn3436 (5293)
PHP: 8.0.15
Disabled: NONE
Upload Files
File: //data/Geometra-Web-Client-master/node_modules/flat/package.json
{
  "_args": [
    [
      "flat@4.1.0",
      "/data/rukkor/Geometra-Web-Client-master"
    ]
  ],
  "_from": "flat@4.1.0",
  "_id": "flat@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==",
  "_location": "/flat",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "flat@4.1.0",
    "name": "flat",
    "escapedName": "flat",
    "rawSpec": "4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.0"
  },
  "_requiredBy": [
    "/json2csv"
  ],
  "_resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz",
  "_spec": "4.1.0",
  "_where": "/data/rukkor/Geometra-Web-Client-master",
  "author": {
    "name": "Hugh Kennedy",
    "email": "hughskennedy@gmail.com",
    "url": "http://hughskennedy.com"
  },
  "bin": {
    "flat": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/hughsk/flat/issues"
  },
  "dependencies": {
    "is-buffer": "~2.0.3"
  },
  "description": "Take a nested Javascript object and flatten it, or unflatten an object with delimited keys",
  "devDependencies": {
    "mocha": "~5.2.0",
    "standard": "^11.0.1"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/hughsk/flat",
  "keywords": [
    "flat",
    "json",
    "flatten",
    "unflatten",
    "split",
    "object",
    "nested"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "flat",
  "repository": {
    "type": "git",
    "url": "git://github.com/hughsk/flat.git"
  },
  "scripts": {
    "test": "mocha -u tdd --reporter spec && standard index.js test/index.js"
  },
  "version": "4.1.0"
}