sqlite-regex 0.2.3

A SQLite extension for working with regular expressions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", 
  "name": "${PACKAGE_NAME}",
  "version": "${VERSION}",
  "repository": {
    "type": "git",
    "url": "https://github.com/asg017/${PACKAGE_NAME_BASE}.git",
    "directory": "npm/${PACKAGE_NAME}"
  },
  "author": "Alex Garcia <alexsebastian.garcia@gmail.com>",
  "os": [
    "${PLATFORM_OS}"
  ],
  "cpu": [
    "${PLATFORM_ARCH}"
  ]
}