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"
}
}