[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "get-intrinsic@1.1.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "get-intrinsic@1.1.1",
|
---|
| 10 | "_id": "get-intrinsic@1.1.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
|
---|
| 13 | "_location": "/get-intrinsic",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "get-intrinsic@1.1.1",
|
---|
| 19 | "name": "get-intrinsic",
|
---|
| 20 | "escapedName": "get-intrinsic",
|
---|
| 21 | "rawSpec": "1.1.1",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.1.1"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/call-bind"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
|
---|
| 29 | "_spec": "1.1.1",
|
---|
| 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/ljharb/get-intrinsic/issues"
|
---|
| 45 | },
|
---|
| 46 | "dependencies": {
|
---|
| 47 | "function-bind": "^1.1.1",
|
---|
| 48 | "has": "^1.0.3",
|
---|
| 49 | "has-symbols": "^1.0.1"
|
---|
| 50 | },
|
---|
| 51 | "description": "Get and robustly cache all JS language-level intrinsics at first require time",
|
---|
| 52 | "devDependencies": {
|
---|
| 53 | "@ljharb/eslint-config": "^17.5.0",
|
---|
| 54 | "aud": "^1.1.3",
|
---|
| 55 | "auto-changelog": "^2.2.1",
|
---|
| 56 | "call-bind": "^1.0.2",
|
---|
| 57 | "es-abstract": "^1.18.0-next.2",
|
---|
| 58 | "es-value-fixtures": "^1.0.0",
|
---|
| 59 | "eslint": "^7.19.0",
|
---|
| 60 | "evalmd": "^0.0.19",
|
---|
| 61 | "foreach": "^2.0.5",
|
---|
| 62 | "has-bigints": "^1.0.1",
|
---|
| 63 | "make-async-function": "^1.0.0",
|
---|
| 64 | "make-async-generator-function": "^1.0.0",
|
---|
| 65 | "make-generator-function": "^2.0.0",
|
---|
| 66 | "nyc": "^10.3.2",
|
---|
| 67 | "object-inspect": "^1.9.0",
|
---|
| 68 | "tape": "^5.1.1"
|
---|
| 69 | },
|
---|
| 70 | "exports": {
|
---|
| 71 | ".": [
|
---|
| 72 | {
|
---|
| 73 | "default": "./index.js"
|
---|
| 74 | },
|
---|
| 75 | "./index.js"
|
---|
| 76 | ],
|
---|
| 77 | "./package.json": "./package.json"
|
---|
| 78 | },
|
---|
| 79 | "funding": {
|
---|
| 80 | "url": "https://github.com/sponsors/ljharb"
|
---|
| 81 | },
|
---|
| 82 | "homepage": "https://github.com/ljharb/get-intrinsic#readme",
|
---|
| 83 | "keywords": [
|
---|
| 84 | "javascript",
|
---|
| 85 | "ecmascript",
|
---|
| 86 | "es",
|
---|
| 87 | "js",
|
---|
| 88 | "intrinsic",
|
---|
| 89 | "getintrinsic",
|
---|
| 90 | "es-abstract"
|
---|
| 91 | ],
|
---|
| 92 | "license": "MIT",
|
---|
| 93 | "main": "index.js",
|
---|
| 94 | "name": "get-intrinsic",
|
---|
| 95 | "repository": {
|
---|
| 96 | "type": "git",
|
---|
| 97 | "url": "git+https://github.com/ljharb/get-intrinsic.git"
|
---|
| 98 | },
|
---|
| 99 | "scripts": {
|
---|
| 100 | "lint": "eslint --ext=.js,.mjs .",
|
---|
| 101 | "posttest": "aud --production",
|
---|
| 102 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 103 | "prelint": "evalmd README.md",
|
---|
| 104 | "pretest": "npm run lint",
|
---|
| 105 | "test": "npm run tests-only",
|
---|
| 106 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 107 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 108 | },
|
---|
| 109 | "version": "1.1.1"
|
---|
[6a3a178] | 110 | }
|
---|