1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "char-regex@1.0.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "char-regex@1.0.2",
- "_id": "char-regex@1.0.2",
- "_inBundle": false,
- "_integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
- "_location": "/char-regex",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "char-regex@1.0.2",
- "name": "char-regex",
- "escapedName": "char-regex",
- "rawSpec": "1.0.2",
- "saveSpec": null,
- "fetchSpec": "1.0.2"
- },
- "_requiredBy": [
- "/string-length"
- ],
- "_resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
- "_spec": "1.0.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Richie Bendall",
- "email": "richiebendall@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/Richienb/char-regex/issues"
- },
- "dependencies": {},
- "description": "A regex to match any full character, considering weird character ranges.",
- "devDependencies": {
- "@babel/core": "^7.8.4",
- "@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
- "array-uniq": "^2.1.0",
- "ava": "^3.0.0",
- "emoji.json": "^12.1.1",
- "eslint-config-richienb": "^0.3.0",
- "unicode-chars": "^1.0.1",
- "xo": "^0.25.3"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/Richienb/char-regex#readme",
- "keywords": [
- "character",
- "regex",
- "match",
- "split",
- "length"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "char-regex",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Richienb/char-regex.git"
- },
- "resolutions": {
- "eslint": "^6.8.0"
- },
- "scripts": {
- "lint": "xo",
- "test": "yarn lint && ava"
- },
- "version": "1.0.2",
- "xo": {
- "extends": "richienb/node"
- }
- }
|