123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "_args": [
- [
- "regextras@0.8.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "regextras@0.8.0",
- "_id": "regextras@0.8.0",
- "_inBundle": false,
- "_integrity": "sha512-k519uI04Z3SaY0fLX843MRXnDeG2+vHOFsyhiPZvNLe7r8rD2YNRjq4BQLZZ0oAr2NrtvZlICsXysGNFPGa3CQ==",
- "_location": "/regextras",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "regextras@0.8.0",
- "name": "regextras",
- "escapedName": "regextras",
- "rawSpec": "0.8.0",
- "saveSpec": null,
- "fetchSpec": "0.8.0"
- },
- "_requiredBy": [
- "/eslint-plugin-jsdoc"
- ],
- "_resolved": "https://registry.npmjs.org/regextras/-/regextras-0.8.0.tgz",
- "_spec": "0.8.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Brett Zamir"
- },
- "browserslist": [
- "cover 100%"
- ],
- "bugs": {
- "url": "https://github.com/brettz9/regextras/issues"
- },
- "contributors": [],
- "dependencies": {},
- "description": "Array extras for regular expressions",
- "devDependencies": {
- "@babel/core": "^7.14.3",
- "@babel/preset-env": "^7.14.2",
- "@brettz9/eslint-plugin": "^1.0.3",
- "@brettz9/node-static": "^0.1.1",
- "@rollup/plugin-babel": "^5.3.0",
- "chai": "^4.3.4",
- "core-js-bundle": "^3.12.1",
- "eslint": "^7.27.0",
- "eslint-config-ash-nazg": "^29.16.0",
- "eslint-config-standard": "^16.0.2",
- "eslint-plugin-array-func": "^3.1.7",
- "eslint-plugin-chai-expect": "^2.2.0",
- "eslint-plugin-chai-friendly": "^0.7.1",
- "eslint-plugin-compat": "^3.9.0",
- "eslint-plugin-eslint-comments": "^3.2.0",
- "eslint-plugin-html": "^6.1.2",
- "eslint-plugin-import": "^2.23.3",
- "eslint-plugin-jsdoc": "^35.0.0",
- "eslint-plugin-markdown": "^2.1.0",
- "eslint-plugin-no-unsanitized": "^3.1.5",
- "eslint-plugin-no-use-extend-native": "^0.5.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^5.1.0",
- "eslint-plugin-radar": "^0.2.1",
- "eslint-plugin-standard": "^4.1.0",
- "eslint-plugin-unicorn": "^32.0.1",
- "esm": "^3.2.25",
- "mocha": "^8.4.0",
- "nyc": "^15.1.0",
- "open-cli": "^6.0.1",
- "regenerator-runtime": "^0.13.7",
- "rollup": "2.49.0",
- "rollup-plugin-terser": "^7.0.2"
- },
- "engines": {
- "node": ">=0.1.14"
- },
- "homepage": "https://github.com/brettz9/regextras",
- "keywords": [
- "regex",
- "regexp",
- "regular expression"
- ],
- "license": "MIT",
- "main": "dist/index-umd.js",
- "module": "dist/index-es.js",
- "name": "regextras",
- "nyc": {
- "reporter": [
- "html",
- "text"
- ],
- "exclude": [
- ".eslintrc.js",
- "rollup.config.js",
- "dist",
- "node_modules",
- "test",
- "tests"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/brettz9/regextras.git"
- },
- "scripts": {
- "coverage": "open-cli http://localhost:8081/coverage && npm start",
- "eslint": "eslint --ext=js,md,html .",
- "lint": "npm run eslint",
- "mocha": "mocha --require esm --require chai/register-assert --require chai/register-expect test/test.*.js --exit",
- "nyc": "rm -Rf ./node_modules/.cache && nyc npm run mocha",
- "rollup": "rollup -c",
- "start": "static -p 8081",
- "test": "npm run eslint && npm run rollup && npm run nyc",
- "test-browser": "npm run eslint && npm run rollup && open-cli http://127.0.0.1:8081/tests/regextras.html && npm start"
- },
- "version": "0.8.0"
- }
|