HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //proc/thread-self/root/home/arjun/projects/good-life-be/node_modules/@scarf/scarf/package.json
{
  "name": "@scarf/scarf",
  "version": "1.4.0",
  "description": "Scarf is like Google Analytics for your npm packages. Gain insights into how your packages are installed and used, and by which companies.",
  "main": "report.js",
  "homepage": "https://github.com/scarf-sh/scarf-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scarf-sh/scarf-js.git"
  },
  "files": [
    "report.js"
  ],
  "scripts": {
    "postinstall": "node ./report.js",
    "test": "jest --verbose"
  },
  "author": "Scarf Systems",
  "license": "Apache-2.0",
  "devDependencies": {
    "jest": "^25.3.0",
    "minimist": "^1.2.2",
    "standard": "^14.3.1"
  },
  "standard": {
    "globals": [
      "expect",
      "test",
      "jest",
      "beforeAll",
      "afterAll",
      "fail",
      "describe"
    ]
  }
}