HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/machinepack-util/package.json
{
  "name": "machinepack-util",
  "version": "6.0.1",
  "description": "Miscellaneous utilities for everyday tasks with arrays, dictionaries, strings, etc.",
  "scripts": {
    "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
  },
  "keywords": [
    "Utilities",
    "machines",
    "machinepack"
  ],
  "author": "Mike McNeil",
  "license": "MIT",
  "browserify": {
    "transform": [
      "browserify-transform-machinepack"
    ]
  },
  "dependencies": {
    "browserify-transform-machinepack": "~1.0.3",
    "lodash": "3.10.1",
    "lodash.iserror": "3.1.1",
    "lodash.isobject": "3.0.2",
    "machine": "~12.1.0",
    "object-hash": "0.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:treelinehq/machinepack-util.git"
  },
  "devDependencies": {
    "mocha": "2.1.0",
    "test-machinepack-mocha": "~2.1.1"
  },
  "machinepack": {
    "friendlyName": "Util",
    "machineDir": "machines/",
    "machines": [
      "log",
      "hash",
      "inspect",
      "coalesce"
    ],
    "testsUrl": "https://travis-ci.org/treelinehq/machinepack-util"
  }
}