Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/function-bind/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "function-bind",
    3   "version": "1.1.1",
    4   "description": "Implementation of Function.prototype.bind",
    5   "keywords": [
    6     "function",
    7     "bind",
    8     "shim",
    9     "es5"
     2  "_args": [
     3    [
     4      "function-bind@1.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "author": "Raynos <raynos2@gmail.com>",
    12   "repository": "git://github.com/Raynos/function-bind.git",
    13   "main": "index",
    14   "homepage": "https://github.com/Raynos/function-bind",
     8  "_development": true,
     9  "_from": "function-bind@1.1.1",
     10  "_id": "function-bind@1.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
     13  "_location": "/function-bind",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "function-bind@1.1.1",
     19    "name": "function-bind",
     20    "escapedName": "function-bind",
     21    "rawSpec": "1.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.1"
     24  },
     25  "_requiredBy": [
     26    "/call-bind",
     27    "/get-intrinsic",
     28    "/has"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
     31  "_spec": "1.1.1",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Raynos",
     35    "email": "raynos2@gmail.com"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/Raynos/function-bind/issues",
     39    "email": "raynos2@gmail.com"
     40  },
    1541  "contributors": [
    1642    {
     
    2248    }
    2349  ],
    24   "bugs": {
    25     "url": "https://github.com/Raynos/function-bind/issues",
    26     "email": "raynos2@gmail.com"
    27   },
    2850  "dependencies": {},
     51  "description": "Implementation of Function.prototype.bind",
    2952  "devDependencies": {
    3053    "@ljharb/eslint-config": "^12.2.1",
     
    3457    "tape": "^4.8.0"
    3558  },
     59  "homepage": "https://github.com/Raynos/function-bind",
     60  "keywords": [
     61    "function",
     62    "bind",
     63    "shim",
     64    "es5"
     65  ],
    3666  "license": "MIT",
     67  "main": "index",
     68  "name": "function-bind",
     69  "repository": {
     70    "type": "git",
     71    "url": "git://github.com/Raynos/function-bind.git"
     72  },
    3773  "scripts": {
     74    "coverage": "covert test/*.js",
     75    "eslint": "eslint *.js */*.js",
     76    "jscs": "jscs *.js */*.js",
     77    "lint": "npm run jscs && npm run eslint",
     78    "posttest": "npm run coverage -- --quiet",
    3879    "pretest": "npm run lint",
    3980    "test": "npm run tests-only",
    40     "posttest": "npm run coverage -- --quiet",
    41     "tests-only": "node test",
    42     "coverage": "covert test/*.js",
    43     "lint": "npm run jscs && npm run eslint",
    44     "jscs": "jscs *.js */*.js",
    45     "eslint": "eslint *.js */*.js"
     81    "tests-only": "node test"
    4682  },
    4783  "testling": {
     
    6096      "android-browser/4.2..latest"
    6197    ]
    62   }
     98  },
     99  "version": "1.1.1"
    63100}
Note: See TracChangeset for help on using the changeset viewer.