blob: 449fc2537939f226e5557ccc3e860c26c1682860 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "es-to-primitive@^1.2.1",
3 "_id": "es-to-primitive@1.2.1",
4 "_inBundle": false,
5 "_integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
6 "_location": "/es-to-primitive",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "es-to-primitive@^1.2.1",
12 "name": "es-to-primitive",
13 "escapedName": "es-to-primitive",
14 "rawSpec": "^1.2.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.2.1"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/util.promisify/es-abstract"
21 ],
22 "_resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
23 "_shasum": "e55cd4c9cdc188bcefb03b366c736323fc5c898a",
24 "_spec": "es-to-primitive@^1.2.1",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\es-abstract",
26 "author": {
27 "name": "Jordan Harband",
28 "email": "ljharb@gmail.com"
29 },
30 "bugs": {
31 "url": "https://github.com/ljharb/es-to-primitive/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "is-callable": "^1.1.4",
36 "is-date-object": "^1.0.1",
37 "is-symbol": "^1.0.2"
38 },
39 "deprecated": false,
40 "description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.",
41 "devDependencies": {
42 "@ljharb/eslint-config": "^15.0.0",
43 "covert": "^1.1.1",
44 "eslint": "^6.6.0",
45 "foreach": "^2.0.5",
46 "function.prototype.name": "^1.1.1",
47 "has-symbols": "^1.0.0",
48 "object-inspect": "^1.6.0",
49 "object-is": "^1.0.1",
50 "replace": "^1.1.1",
51 "semver": "^6.3.0",
52 "tape": "^4.11.0"
53 },
54 "engines": {
55 "node": ">= 0.4"
56 },
57 "funding": {
58 "url": "https://github.com/sponsors/ljharb"
59 },
60 "homepage": "https://github.com/ljharb/es-to-primitive#readme",
61 "keywords": [
62 "primitive",
63 "abstract",
64 "ecmascript",
65 "es5",
66 "es6",
67 "es2015",
68 "toPrimitive",
69 "coerce",
70 "type",
71 "object",
72 "string",
73 "number",
74 "boolean",
75 "symbol",
76 "null",
77 "undefined"
78 ],
79 "license": "MIT",
80 "main": "index.js",
81 "name": "es-to-primitive",
82 "repository": {
83 "type": "git",
84 "url": "git://github.com/ljharb/es-to-primitive.git"
85 },
86 "scripts": {
87 "coverage": "covert test/*.js",
88 "coverage-quiet": "covert test/*.js --quiet",
89 "lint": "eslint .",
90 "posttest": "npx aud",
91 "pretest": "npm run --silent lint",
92 "test": "npm run --silent tests-only",
93 "tests-only": "node --es-staging test"
94 },
95 "testling": {
96 "files": "test",
97 "browsers": [
98 "iexplore/6.0..latest",
99 "firefox/3.0..6.0",
100 "firefox/15.0..latest",
101 "firefox/nightly",
102 "chrome/4.0..10.0",
103 "chrome/20.0..latest",
104 "chrome/canary",
105 "opera/10.0..latest",
106 "opera/next",
107 "safari/4.0..latest",
108 "ipad/6.0..latest",
109 "iphone/6.0..latest",
110 "android-browser/4.2"
111 ]
112 },
113 "version": "1.2.1"
114}