[6a3a178] | 1 | {
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 118 | }
|
---|