yoastseo-lite
Version:
Yoast clientside page analysis for string only
142 lines (141 loc) • 3.88 kB
JSON
{
"name": "yoastseo-lite",
"version": "0.2.1",
"description": "Yoast clientside page analysis for string only",
"keywords": [
"SEO",
"Yoast",
"text analysis"
],
"homepage": "https://github.com/Yoast/",
"bugs": {
"url": "https://github.com/fynncfchen/yoastseo-lite/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/fynncfchen/yoastseo-lite.git"
},
"license": "GPL-3.0",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"browser": "js/browser.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"build-grunt": "grunt publish",
"install-ci": "grunt get-premium-configuration",
"lint": "grunt check",
"prepublishOnly": "npm build",
"start": "npm start --prefix examples/webpack",
"pretest": "yarn install-ci",
"test": "jest --runInBand"
},
"browserify": {
"transform": [
"babelify"
]
},
"jest": {
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"js/templates.js"
],
"coverageThreshold": {
"global": {
"branches": 74,
"functions": 78,
"lines": 83,
"statements": 83
}
},
"moduleDirectories": [
"node_modules"
],
"moduleFileExtensions": [
"js"
],
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/spec/specHelpers/*",
"/spec/fullTextTests/testTexts"
],
"testRegex": "/spec/.*\\.(js)$",
"transform": {
"^.+\\.jsx?$": "babel-jest",
"^.+\\.html$": "<rootDir>/spec/specHelpers/rawLoader"
},
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!lodash-es/.*)",
"<rootDir>/spec/fullTextTests/testText/*/*\\.html"
]
},
"dependencies": {
"@wordpress/autop": "^2.0.2",
"@yoast/feature-flag": "^0.3.0-rc.1",
"htmlparser2": "^3.9.2",
"jed": "^1.1.0",
"lodash-es": "^4.17.10",
"loglevel": "^1.6.1",
"parse5": "^5.1.0",
"sassdash": "0.9.0",
"tokenizer2": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@rollup/plugin-json": "^4.0.0",
"autoprefixer": "^9.0.0",
"babel-cli": "^6.16.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^23.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.16.3",
"babelify": "^8.0.0",
"console.table": "^0.10.0",
"eslint-config-prettier": "^6.5.0",
"eslint-config-yoast": "^5.0.16",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-yoast": "^1.0.1",
"grunt": "^1.0.1",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^21.0.0",
"grunt-exorcise": "^2.1.1",
"grunt-po2json": "git+https://github.com/atimmer/grunt-po2json.git#f26c05653af89ef0f7a72456dbe141eb56bf5471",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.0",
"grunt-shell": "^2.0.0",
"istanbul": "^0.4.0",
"jest": "^23.5.0",
"js-yaml": "^3.12.1",
"load-grunt-config": "^1.0.0",
"lodash-cli": "^4.14.1",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"rollup": "^1.27.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-progress": "^1.1.1"
},
"engines": {
"node": ">=8.0.0"
},
"yoast": {
"premiumConfiguration": ""
}
}