{ "_from": "is-word-character@^1.0.0", "_id": "is-word-character@1.0.4", "_inBundle": false, "_integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", "_location": "/is-word-character", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-word-character@^1.0.0", "name": "is-word-character", "escapedName": "is-word-character", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/remark-parse", "/remark/remark-parse" ], "_resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", "_shasum": "ce0e73216f98599060592f62ff31354ddbeb0230", "_spec": "is-word-character@^1.0.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/remark-parse", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/is-word-character/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": {}, "deprecated": false, "description": "Check if a character is a word character", "devDependencies": { "browserify": "^16.0.0", "nyc": "^15.0.0", "prettier": "^1.0.0", "remark-cli": "^7.0.0", "remark-preset-wooorm": "^6.0.0", "tape": "^4.0.0", "tinyify": "^2.0.0", "xo": "^0.25.0" }, "files": [ "index.js" ], "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" }, "homepage": "https://github.com/wooorm/is-word-character#readme", "keywords": [ "string", "character", "char", "code", "word" ], "license": "MIT", "name": "is-word-character", "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/is-word-character.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s isWordCharacter -o is-word-character.js", "build-mangle": "browserify . -s isWordCharacter -p tinyify -o is-word-character.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.4", "xo": { "prettier": true, "esnext": false, "ignores": [ "is-word-character.js" ] } }