source: trip-planner-front/node_modules/call-bind/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.8 KB
Line 
1{
2 "_args": [
3 [
4 "call-bind@1.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "call-bind@1.0.2",
10 "_id": "call-bind@1.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
13 "_location": "/call-bind",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "call-bind@1.0.2",
19 "name": "call-bind",
20 "escapedName": "call-bind",
21 "rawSpec": "1.0.2",
22 "saveSpec": null,
23 "fetchSpec": "1.0.2"
24 },
25 "_requiredBy": [
26 "/is-arguments",
27 "/is-regex",
28 "/object-is",
29 "/object.assign",
30 "/regexp.prototype.flags"
31 ],
32 "_resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
33 "_spec": "1.0.2",
34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
35 "author": {
36 "name": "Jordan Harband",
37 "email": "ljharb@gmail.com"
38 },
39 "auto-changelog": {
40 "output": "CHANGELOG.md",
41 "template": "keepachangelog",
42 "unreleased": false,
43 "commitLimit": false,
44 "backfillLimit": false,
45 "hideCredit": true
46 },
47 "bugs": {
48 "url": "https://github.com/ljharb/call-bind/issues"
49 },
50 "dependencies": {
51 "function-bind": "^1.1.1",
52 "get-intrinsic": "^1.0.2"
53 },
54 "description": "Robustly `.call.bind()` a function",
55 "devDependencies": {
56 "@ljharb/eslint-config": "^17.3.0",
57 "aud": "^1.1.3",
58 "auto-changelog": "^2.2.1",
59 "eslint": "^7.17.0",
60 "nyc": "^10.3.2",
61 "safe-publish-latest": "^1.1.4",
62 "tape": "^5.1.1"
63 },
64 "exports": {
65 ".": [
66 {
67 "default": "./index.js"
68 },
69 "./index.js"
70 ],
71 "./callBound": [
72 {
73 "default": "./callBound.js"
74 },
75 "./callBound.js"
76 ],
77 "./package.json": "./package.json"
78 },
79 "funding": {
80 "url": "https://github.com/sponsors/ljharb"
81 },
82 "homepage": "https://github.com/ljharb/call-bind#readme",
83 "keywords": [
84 "javascript",
85 "ecmascript",
86 "es",
87 "js",
88 "callbind",
89 "callbound",
90 "call",
91 "bind",
92 "bound",
93 "call-bind",
94 "call-bound",
95 "function",
96 "es-abstract"
97 ],
98 "license": "MIT",
99 "main": "index.js",
100 "name": "call-bind",
101 "repository": {
102 "type": "git",
103 "url": "git+https://github.com/ljharb/call-bind.git"
104 },
105 "scripts": {
106 "lint": "eslint --ext=.js,.mjs .",
107 "posttest": "aud --production",
108 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
109 "prepublish": "safe-publish-latest",
110 "pretest": "npm run lint",
111 "test": "npm run tests-only",
112 "tests-only": "nyc tape 'test/*'",
113 "version": "auto-changelog && git add CHANGELOG.md"
114 },
115 "version": "1.0.2"
116}
Note: See TracBrowser for help on using the repository browser.