Changeset 59329aa for trip-planner-front/node_modules/is-regex/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/is-regex/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-regex", 3 "version": "1.1.4", 4 "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag", 5 "author": "Jordan Harband <ljharb@gmail.com>", 6 "funding": { 7 "url": "https://github.com/sponsors/ljharb" 8 }, 9 "license": "MIT", 10 "main": "index.js", 11 "scripts": { 12 "prepublishOnly": "safe-publish-latest", 13 "prepublish": "not-in-publish || npm run prepublishOnly", 14 "pretest": "npm run lint", 15 "test": "npm run tests-only && npm run test:harmony", 16 "tests-only": "nyc node test", 17 "test:harmony": "nyc node --harmony --es-staging test", 18 "test:corejs": "nyc tape test-corejs.js", 19 "posttest": "npx aud --production", 20 "lint": "eslint .", 21 "eccheck": "eclint check *.js **/*.js > /dev/null", 22 "version": "auto-changelog && git add CHANGELOG.md", 23 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 24 }, 25 "repository": { 26 "type": "git", 27 "url": "git://github.com/inspect-js/is-regex.git" 28 }, 29 "bugs": { 30 "url": "https://github.com/inspect-js/is-regex/issues" 31 }, 32 "homepage": "https://github.com/inspect-js/is-regex", 33 "keywords": [ 34 "regex", 35 "regexp", 36 "is", 37 "regular expression", 38 "regular", 39 "expression" 40 ], 41 "dependencies": { 42 "call-bind": "^1.0.2", 43 "has-tostringtag": "^1.0.0" 44 }, 45 "devDependencies": { 46 "@ljharb/eslint-config": "^17.6.0", 47 "aud": "^1.1.5", 48 "auto-changelog": "^2.3.0", 49 "core-js": "^3.16.0", 50 "eclint": "^2.8.1", 51 "eslint": "^7.32.0", 52 "foreach": "^2.0.5", 53 "nyc": "^10.3.2", 54 "safe-publish-latest": "^1.1.4", 55 "tape": "^5.3.0" 56 }, 57 "testling": { 58 "files": "test/index.js", 59 "browsers": [ 60 "iexplore/6.0..latest", 61 "firefox/3.0..6.0", 62 "firefox/15.0..latest", 63 "firefox/nightly", 64 "chrome/4.0..10.0", 65 "chrome/20.0..latest", 66 "chrome/canary", 67 "opera/10.0..latest", 68 "opera/next", 69 "safari/4.0..latest", 70 "ipad/6.0..latest", 71 "iphone/6.0..latest", 72 "android-browser/4.2" 73 ] 74 }, 75 "engines": { 76 "node": ">= 0.4" 77 }, 78 "auto-changelog": { 79 "output": "CHANGELOG.md", 80 "template": "keepachangelog", 81 "unreleased": false, 82 "commitLimit": false, 83 "backfillLimit": false, 84 "hideCredit": true 85 } 2 "_args": [ 3 [ 4 "is-regex@1.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-regex@1.1.4", 10 "_id": "is-regex@1.1.4", 11 "_inBundle": false, 12 "_integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", 13 "_location": "/is-regex", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-regex@1.1.4", 19 "name": "is-regex", 20 "escapedName": "is-regex", 21 "rawSpec": "1.1.4", 22 "saveSpec": null, 23 "fetchSpec": "1.1.4" 24 }, 25 "_requiredBy": [ 26 "/deep-equal" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", 29 "_spec": "1.1.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jordan Harband", 33 "email": "ljharb@gmail.com" 34 }, 35 "auto-changelog": { 36 "output": "CHANGELOG.md", 37 "template": "keepachangelog", 38 "unreleased": false, 39 "commitLimit": false, 40 "backfillLimit": false, 41 "hideCredit": true 42 }, 43 "bugs": { 44 "url": "https://github.com/inspect-js/is-regex/issues" 45 }, 46 "dependencies": { 47 "call-bind": "^1.0.2", 48 "has-tostringtag": "^1.0.0" 49 }, 50 "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag", 51 "devDependencies": { 52 "@ljharb/eslint-config": "^17.6.0", 53 "aud": "^1.1.5", 54 "auto-changelog": "^2.3.0", 55 "core-js": "^3.16.0", 56 "eclint": "^2.8.1", 57 "eslint": "^7.32.0", 58 "foreach": "^2.0.5", 59 "nyc": "^10.3.2", 60 "safe-publish-latest": "^1.1.4", 61 "tape": "^5.3.0" 62 }, 63 "engines": { 64 "node": ">= 0.4" 65 }, 66 "funding": { 67 "url": "https://github.com/sponsors/ljharb" 68 }, 69 "homepage": "https://github.com/inspect-js/is-regex", 70 "keywords": [ 71 "regex", 72 "regexp", 73 "is", 74 "regular expression", 75 "regular", 76 "expression" 77 ], 78 "license": "MIT", 79 "main": "index.js", 80 "name": "is-regex", 81 "repository": { 82 "type": "git", 83 "url": "git://github.com/inspect-js/is-regex.git" 84 }, 85 "scripts": { 86 "eccheck": "eclint check *.js **/*.js > /dev/null", 87 "lint": "eslint .", 88 "posttest": "npx aud --production", 89 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 90 "prepublish": "not-in-publish || npm run prepublishOnly", 91 "prepublishOnly": "safe-publish-latest", 92 "pretest": "npm run lint", 93 "test": "npm run tests-only && npm run test:harmony", 94 "test:corejs": "nyc tape test-corejs.js", 95 "test:harmony": "nyc node --harmony --es-staging test", 96 "tests-only": "nyc node test", 97 "version": "auto-changelog && git add CHANGELOG.md" 98 }, 99 "testling": { 100 "files": "test/index.js", 101 "browsers": [ 102 "iexplore/6.0..latest", 103 "firefox/3.0..6.0", 104 "firefox/15.0..latest", 105 "firefox/nightly", 106 "chrome/4.0..10.0", 107 "chrome/20.0..latest", 108 "chrome/canary", 109 "opera/10.0..latest", 110 "opera/next", 111 "safari/4.0..latest", 112 "ipad/6.0..latest", 113 "iphone/6.0..latest", 114 "android-browser/4.2" 115 ] 116 }, 117 "version": "1.1.4" 86 118 }
Note:
See TracChangeset
for help on using the changeset viewer.