summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/trigram-utils/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/trigram-utils/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/trigram-utils/package.json113
1 files changed, 113 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/trigram-utils/package.json b/bin/wiki/ImportarDesdeURL/node_modules/trigram-utils/package.json
new file mode 100644
index 00000000..d5016e07
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/trigram-utils/package.json
@@ -0,0 +1,113 @@
+{
+ "_from": "trigram-utils@^1.0.0",
+ "_id": "trigram-utils@1.0.2",
+ "_inBundle": false,
+ "_integrity": "sha512-4/DmYtegpRAyTHPpL+asfLHfTdrTZ5N0FNaixyb4L6Bx3mi+g1wgsFJNixZ9Ycsjs3+FrK4zJoWW86cdMaL8RA==",
+ "_location": "/trigram-utils",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "trigram-utils@^1.0.0",
+ "name": "trigram-utils",
+ "escapedName": "trigram-utils",
+ "rawSpec": "^1.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.0"
+ },
+ "_requiredBy": [
+ "/franc"
+ ],
+ "_resolved": "https://registry.npmjs.org/trigram-utils/-/trigram-utils-1.0.2.tgz",
+ "_shasum": "47574b7fade636e0fc06515788cbbd61786d2292",
+ "_spec": "trigram-utils@^1.0.0",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/franc",
+ "author": {
+ "name": "Titus Wormer",
+ "email": "tituswormer@gmail.com",
+ "url": "https://wooorm.com"
+ },
+ "bugs": {
+ "url": "https://github.com/wooorm/trigram-utils/issues"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Titus Wormer",
+ "email": "tituswormer@gmail.com",
+ "url": "https://wooorm.com"
+ }
+ ],
+ "dependencies": {
+ "collapse-white-space": "^1.0.3",
+ "n-gram": "^1.0.0",
+ "trim": "0.0.1"
+ },
+ "deprecated": false,
+ "description": "A few language trigram utilities",
+ "devDependencies": {
+ "browserify": "^16.0.0",
+ "nyc": "^14.0.0",
+ "prettier": "^1.12.1",
+ "remark-cli": "^6.0.0",
+ "remark-preset-wooorm": "^4.0.0",
+ "tape": "^4.0.0",
+ "tinyify": "^2.5.0",
+ "xo": "^0.24.0"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/wooorm/trigram-utils#readme",
+ "keywords": [
+ "trigram",
+ "n-gram",
+ "language",
+ "utilities"
+ ],
+ "license": "MIT",
+ "name": "trigram-utils",
+ "nyc": {
+ "check-coverage": true,
+ "lines": 100,
+ "functions": 100,
+ "branches": 100
+ },
+ "prettier": {
+ "tabWidth": 2,
+ "useTabs": false,
+ "singleQuote": true,
+ "bracketSpacing": false,
+ "semi": false,
+ "trailingComma": "none"
+ },
+ "remarkConfig": {
+ "plugins": [
+ "preset-wooorm"
+ ]
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/wooorm/trigram-utils.git"
+ },
+ "scripts": {
+ "build": "npm run build-bundle && npm run build-mangle",
+ "build-bundle": "browserify . -s trigramUtils -o trigram-utils.js",
+ "build-mangle": "browserify . -s trigramUtils -p tinyify -o trigram-utils.min.js",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
+ "test": "npm run format && npm run build && npm run test-coverage",
+ "test-api": "node test",
+ "test-coverage": "nyc --reporter lcov tape test.js"
+ },
+ "version": "1.0.2",
+ "xo": {
+ "prettier": true,
+ "esnext": false,
+ "rules": {
+ "guard-for-in": "off"
+ },
+ "ignores": [
+ "trigram-utils.js"
+ ]
+ }
+}