122 lines
3.1 KiB
JSON
122 lines
3.1 KiB
JSON
{
|
|
"_from": "parse-english@^4.0.0",
|
|
"_id": "parse-english@4.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+PBf+1ifxqJlOpisODiKX4A8wBEgWm4goMvDB5O9zx/cQI58vzHTZeWFbAgCF9fUXRl8/YdINv1cfmfIRR1acg==",
|
|
"_location": "/parse-english",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "parse-english@^4.0.0",
|
|
"name": "parse-english",
|
|
"escapedName": "parse-english",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/retext-english"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/parse-english/-/parse-english-4.1.2.tgz",
|
|
"_shasum": "6710d426caa76db327ef7066991cd1b9f602db9f",
|
|
"_spec": "parse-english@^4.0.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/retext-english",
|
|
"author": {
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "https://wooorm.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wooorm/parse-english/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "https://wooorm.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"nlcst-to-string": "^2.0.0",
|
|
"parse-latin": "^4.0.0",
|
|
"unist-util-modify-children": "^1.0.0",
|
|
"unist-util-visit-children": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "English 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",
|
|
"remark-cli": "^6.0.0",
|
|
"remark-preset-wooorm": "^4.0.0",
|
|
"tape": "^4.0.0",
|
|
"tinyify": "^2.5.0",
|
|
"unist-util-remove-position": "^1.1.0",
|
|
"vfile": "^4.0.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/wooorm/parse-english#readme",
|
|
"keywords": [
|
|
"nlcst",
|
|
"english",
|
|
"natural",
|
|
"language",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"name": "parse-english",
|
|
"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-english.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-bundle && npm run build-mangle",
|
|
"build-bundle": "browserify . -s ParseEnglish -o parse-english.js",
|
|
"build-mangle": "browserify . -s ParseEnglish -p tinyify -o parse-english.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/index.js"
|
|
},
|
|
"version": "4.1.2",
|
|
"xo": {
|
|
"prettier": true,
|
|
"esnext": false,
|
|
"rules": {
|
|
"max-depth": "off",
|
|
"complexity": "off"
|
|
},
|
|
"ignores": [
|
|
"parse-english.js"
|
|
]
|
|
}
|
|
}
|