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: //home/arjun/projects/buyercall/node_modules/watch/package.json
{
  "name": "watch",
  "description": "Utilities for watching file trees.",
  "scripts": {
    "release:major": "bash scripts/release.sh major",
    "release:minor": "bash scripts/release.sh minor",
    "release:patch": "bash scripts/release.sh patch"
  },
  "keywords": [
    "util",
    "utility",
    "fs",
    "files"
  ],
  "bin": {
    "watch": "./cli.js"
  },
  "version": "1.0.2",
  "homepage": "https://github.com/mikeal/watch",
  "bugs": {
    "url": "https://github.com/mikeal/watch/issues"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikeal/watch.git"
  },
  "author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=0.1.95"
  },
  "main": "./main",
  "dependencies": {
    "exec-sh": "^0.2.0",
    "minimist": "^1.2.0"
  }
}