blob: 21fc1a6640fcb0ccd913478979c59cebc8f4974c [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "get-intrinsic@^1.0.0",
3 "_id": "get-intrinsic@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg==",
6 "_location": "/get-intrinsic",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "get-intrinsic@^1.0.0",
12 "name": "get-intrinsic",
13 "escapedName": "get-intrinsic",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/call-bind"
20 ],
21 "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.0.1.tgz",
22 "_shasum": "94a9768fcbdd0595a1c9273aacf4c89d075631be",
23 "_spec": "get-intrinsic@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\call-bind",
25 "author": {
26 "name": "Jordan Harband",
27 "email": "ljharb@gmail.com"
28 },
29 "auto-changelog": {
30 "output": "CHANGELOG.md",
31 "template": "keepachangelog",
32 "unreleased": false,
33 "commitLimit": false,
34 "backfillLimit": false,
35 "hideCredit": true
36 },
37 "bugs": {
38 "url": "https://github.com/ljharb/get-intrinsic/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "function-bind": "^1.1.1",
43 "has": "^1.0.3",
44 "has-symbols": "^1.0.1"
45 },
46 "deprecated": false,
47 "description": "Get and robustly cache all JS language-level intrinsics at first require time",
48 "devDependencies": {
49 "@ljharb/eslint-config": "^17.2.0",
50 "aud": "^1.1.2",
51 "auto-changelog": "^2.2.1",
52 "es-abstract": "^1.18.0-next.1",
53 "es-value-fixtures": "^1.0.0",
54 "eslint": "^7.12.1",
55 "foreach": "^2.0.5",
56 "has-bigints": "^1.0.0",
57 "make-async-function": "^1.0.0",
58 "make-async-generator-function": "^1.0.0",
59 "make-generator-function": "^2.0.0",
60 "nyc": "^10.3.2",
61 "object-inspect": "^1.8.0",
62 "tape": "^5.0.1"
63 },
64 "exports": {
65 ".": [
66 {
67 "default": "./index.js"
68 },
69 "./index.js"
70 ]
71 },
72 "funding": {
73 "url": "https://github.com/sponsors/ljharb"
74 },
75 "homepage": "https://github.com/ljharb/get-intrinsic#readme",
76 "keywords": [
77 "javascript",
78 "ecmascript",
79 "es",
80 "js",
81 "intrinsic",
82 "getintrinsic",
83 "es-abstract"
84 ],
85 "license": "MIT",
86 "main": "index.js",
87 "name": "get-intrinsic",
88 "repository": {
89 "type": "git",
90 "url": "git+https://github.com/ljharb/get-intrinsic.git"
91 },
92 "scripts": {
93 "lint": "eslint --ext=.js,.mjs .",
94 "posttest": "aud --production",
95 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
96 "pretest": "npm run lint",
97 "test": "npm run tests-only",
98 "tests-only": "nyc tape 'test/*'",
99 "version": "auto-changelog && git add CHANGELOG.md"
100 },
101 "version": "1.0.1"
102}