source: imaps-frontend/node_modules/get-proto/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.3 KB
Line 
1{
2 "_from": "get-proto@^1.0.0",
3 "_id": "get-proto@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
6 "_location": "/get-proto",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "get-proto@^1.0.0",
12 "name": "get-proto",
13 "escapedName": "get-proto",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/get-intrinsic",
21 "/is-async-function",
22 "/is-generator-function",
23 "/iterator.prototype",
24 "/reflect.getprototypeof",
25 "/regexp.prototype.flags"
26 ],
27 "_resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
28 "_shasum": "150b3f2743869ef3e851ec0c49d15b1d14d00ee1",
29 "_spec": "get-proto@^1.0.0",
30 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/get-intrinsic",
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-proto/issues"
45 },
46 "bundleDependencies": false,
47 "dependencies": {
48 "dunder-proto": "^1.0.1",
49 "es-object-atoms": "^1.0.0"
50 },
51 "deprecated": false,
52 "description": "Robustly get the [[Prototype]] of an object",
53 "devDependencies": {
54 "@arethetypeswrong/cli": "^0.17.2",
55 "@ljharb/eslint-config": "^21.1.1",
56 "@ljharb/tsconfig": "^0.2.3",
57 "@types/tape": "^5.8.0",
58 "auto-changelog": "^2.5.0",
59 "eslint": "=8.8.0",
60 "evalmd": "^0.0.19",
61 "in-publish": "^2.0.1",
62 "npmignore": "^0.3.1",
63 "nyc": "^10.3.2",
64 "safe-publish-latest": "^2.0.0",
65 "tape": "^5.9.0",
66 "typescript": "next"
67 },
68 "engines": {
69 "node": ">= 0.4"
70 },
71 "exports": {
72 ".": "./index.js",
73 "./Reflect.getPrototypeOf": "./Reflect.getPrototypeOf.js",
74 "./Object.getPrototypeOf": "./Object.getPrototypeOf.js",
75 "./package.json": "./package.json"
76 },
77 "homepage": "https://github.com/ljharb/get-proto#readme",
78 "keywords": [
79 "get",
80 "proto",
81 "prototype",
82 "getPrototypeOf",
83 "[[Prototype]]"
84 ],
85 "license": "MIT",
86 "main": "index.js",
87 "name": "get-proto",
88 "publishConfig": {
89 "ignore": [
90 ".github/workflows"
91 ]
92 },
93 "repository": {
94 "type": "git",
95 "url": "git+https://github.com/ljharb/get-proto.git"
96 },
97 "scripts": {
98 "lint": "eslint --ext=js,mjs .",
99 "postlint": "tsc && attw -P",
100 "posttest": "npx npm@\">=10.2\" audit --production",
101 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
102 "prelint": "evalmd README.md",
103 "prepack": "npmignore --auto --commentLines=autogenerated",
104 "prepublish": "not-in-publish || npm run prepublishOnly",
105 "prepublishOnly": "safe-publish-latest",
106 "pretest": "npm run --silent lint",
107 "test": "npm run tests-only",
108 "tests-only": "nyc tape 'test/**/*.js'",
109 "version": "auto-changelog && git add CHANGELOG.md"
110 },
111 "testling": {
112 "files": "test/index.js"
113 },
114 "version": "1.0.1"
115}
Note: See TracBrowser for help on using the repository browser.