blob: e071c6744e5f399146582a9054cf03a991dc0b7a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "object.values@^1.1.0",
3 "_id": "object.values@1.1.3",
4 "_inBundle": false,
5 "_integrity": "sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==",
6 "_location": "/object.values",
7 "_phantomChildren": {
8 "function-bind": "1.1.1",
9 "has": "1.0.3",
10 "has-symbols": "1.0.1"
11 },
12 "_requested": {
13 "type": "range",
14 "registry": true,
15 "raw": "object.values@^1.1.0",
16 "name": "object.values",
17 "escapedName": "object.values",
18 "rawSpec": "^1.1.0",
19 "saveSpec": null,
20 "fetchSpec": "^1.1.0"
21 },
22 "_requiredBy": [
23 "/svgo"
24 ],
25 "_resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.3.tgz",
26 "_shasum": "eaa8b1e17589f02f698db093f7c62ee1699742ee",
27 "_spec": "object.values@^1.1.0",
28 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\svgo",
29 "author": {
30 "name": "Jordan Harband",
31 "email": "ljharb@gmail.com"
32 },
33 "bugs": {
34 "url": "https://github.com/es-shims/Object.values/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "call-bind": "^1.0.2",
39 "define-properties": "^1.1.3",
40 "es-abstract": "^1.18.0-next.2",
41 "has": "^1.0.3"
42 },
43 "deprecated": false,
44 "description": "ES2017 spec-compliant Object.values shim.",
45 "devDependencies": {
46 "@es-shims/api": "^2.1.2",
47 "@ljharb/eslint-config": "^17.5.1",
48 "array-map": "^0.0.0",
49 "aud": "^1.1.4",
50 "eslint": "^7.20.0",
51 "functions-have-names": "^1.2.2",
52 "has-strict-mode": "^1.0.1",
53 "nyc": "^10.3.2",
54 "object-keys": "^1.1.1",
55 "safe-publish-latest": "^1.1.4",
56 "tape": "^5.2.0"
57 },
58 "engines": {
59 "node": ">= 0.4"
60 },
61 "funding": {
62 "url": "https://github.com/sponsors/ljharb"
63 },
64 "homepage": "https://github.com/es-shims/Object.values#readme",
65 "keywords": [
66 "Object.values",
67 "Object.keys",
68 "Object.entries",
69 "values",
70 "ES7",
71 "ES8",
72 "ES2017",
73 "shim",
74 "object",
75 "keys",
76 "entries",
77 "polyfill",
78 "es-shim API"
79 ],
80 "license": "MIT",
81 "main": "index.js",
82 "name": "object.values",
83 "repository": {
84 "type": "git",
85 "url": "git://github.com/es-shims/Object.values.git"
86 },
87 "scripts": {
88 "lint": "eslint .",
89 "postlint": "es-shim-api --bound",
90 "posttest": "npx aud --production",
91 "prepublish": "safe-publish-latest",
92 "pretest": "npm run lint",
93 "test": "npm run tests-only",
94 "tests-only": "nyc tape 'test/**/*.js'"
95 },
96 "testling": {
97 "files": "test/index.js",
98 "browsers": [
99 "iexplore/9.0..latest",
100 "firefox/4.0..6.0",
101 "firefox/15.0..latest",
102 "firefox/nightly",
103 "chrome/4.0..10.0",
104 "chrome/20.0..latest",
105 "chrome/canary",
106 "opera/11.6..latest",
107 "opera/next",
108 "safari/5.0..latest",
109 "ipad/6.0..latest",
110 "iphone/6.0..latest",
111 "android-browser/4.2"
112 ]
113 },
114 "version": "1.1.3"
115}