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-strings/package.json
{
  "name": "machinepack-strings",
  "version": "5.0.0",
  "description": "Work with strings.",
  "scripts": {
    "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
  },
  "keywords": [
    "Strings",
    "machines",
    "machinepack"
  ],
  "author": "Mike McNeil",
  "license": "MIT",
  "dependencies": {
    "browserify-transform-machinepack": "~1.0.3",
    "hat": "0.0.3",
    "lodash": "3.10.1",
    "machine": "~12.1.0"
  },
  "devDependencies": {
    "test-machinepack-mocha": "^2.1.3"
  },
  "browserify": {
    "transform": [
      "browserify-transform-machinepack"
    ]
  },
  "machinepack": {
    "friendlyName": "Strings",
    "machineDir": "machines/",
    "machines": [
      "match",
      "construct",
      "capitalize",
      "length",
      "trunc",
      "trim",
      "replace",
      "split",
      "deburr",
      "slice",
      "at",
      "join",
      "template",
      "ensure-uniq",
      "to-stream",
      "random",
      "to-lower-case",
      "to-upper-case",
      "to-kebab-case",
      "to-camel-case"
    ],
    "testsUrl": "https://travis-ci.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/treelinehq/machinepack-strings.git"
  }
}