Files
30-seconds-of-code/node_modules/parse-latin/package.json
2019-08-20 15:52:05 +02:00

129 lines
3.3 KiB
JSON

{
"_from": "parse-latin@^4.0.0",
"_id": "parse-latin@4.2.0",
"_inBundle": false,
"_integrity": "sha512-b8PvsA1Ohh7hIQwDDy6kSjx3EbcuR3oKYm5lC1/l/zIB6mVVV5ESEoS1+Qr5+QgEGmp+aEZzc+D145FIPJUszw==",
"_location": "/parse-latin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "parse-latin@^4.0.0",
"name": "parse-latin",
"escapedName": "parse-latin",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/parse-english"
],
"_resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-4.2.0.tgz",
"_shasum": "b0b107a26ecbe8670f9ed0d20eb491c7780f99d1",
"_spec": "parse-latin@^4.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/parse-english",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/wooorm/parse-latin/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
}
],
"dependencies": {
"nlcst-to-string": "^2.0.0",
"unist-util-modify-children": "^1.0.0",
"unist-util-visit-children": "^1.0.0"
},
"deprecated": false,
"description": "Latin-script (natural language) parser",
"devDependencies": {
"browserify": "^16.0.0",
"is-hidden": "^1.0.1",
"negate": "^1.0.0",
"nlcst-test": "^1.0.0",
"nyc": "^14.0.0",
"prettier": "^1.12.1",
"regenerate": "^1.3.1",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.5.0",
"unicode-12.1.0": "^0.8.0",
"unist-util-remove-position": "^1.1.0",
"vfile": "^4.0.0",
"xo": "^0.24.0"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/wooorm/parse-latin#readme",
"keywords": [
"nlcst",
"latin",
"script",
"natural",
"language",
"parser"
],
"license": "MIT",
"name": "parse-latin",
"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/parse-latin.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify . -s ParseLatin -o parse-latin.js",
"build-mangle": "browserify . -s ParseLatin -p tinyify -o parse-latin.min.js",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"generate": "node script/build-expressions",
"test": "npm run generate && npm run format && npm run build && npm run test-coverage",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test/index.js"
},
"version": "4.2.0",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"no-misleading-character-class": "off",
"no-useless-escape": "off",
"guard-for-in": "off",
"max-depth": "off",
"unicorn/no-hex-escape": "off"
},
"ignores": [
"parse-latin.js"
]
}
}