Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/object-keys/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "object-keys",
    3         "version": "1.1.1",
    4         "author": {
    5                 "name": "Jordan Harband",
    6                 "email": "ljharb@gmail.com",
    7                 "url": "http://ljharb.codes"
    8         },
    9         "contributors": [
    10                 {
    11                         "name": "Jordan Harband",
    12                         "email": "ljharb@gmail.com",
    13                         "url": "http://ljharb.codes"
    14                 },
    15                 {
    16                         "name": "Raynos",
    17                         "email": "raynos2@gmail.com"
    18                 },
    19                 {
    20                         "name": "Nathan Rajlich",
    21                         "email": "nathan@tootallnate.net"
    22                 },
    23                 {
    24                         "name": "Ivan Starkov",
    25                         "email": "istarkov@gmail.com"
    26                 },
    27                 {
    28                         "name": "Gary Katsevman",
    29                         "email": "git@gkatsev.com"
    30                 }
    31         ],
    32         "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
    33         "license": "MIT",
    34         "main": "index.js",
    35         "scripts": {
    36                 "pretest": "npm run --silent lint",
    37                 "test": "npm run --silent tests-only",
    38                 "posttest": "npm run --silent audit",
    39                 "tests-only": "node test/index.js",
    40                 "coverage": "covert test/*.js",
    41                 "coverage-quiet": "covert test/*.js --quiet",
    42                 "lint": "eslint .",
    43                 "preaudit": "npm install --package-lock --package-lock-only",
    44                 "audit": "npm audit",
    45                 "postaudit": "rm package-lock.json"
    46         },
    47         "repository": {
    48                 "type": "git",
    49                 "url": "git://github.com/ljharb/object-keys.git"
    50         },
    51         "keywords": [
    52                 "Object.keys",
    53                 "keys",
    54                 "ES5",
    55                 "shim"
    56         ],
    57         "dependencies": {},
    58         "devDependencies": {
    59                 "@ljharb/eslint-config": "^13.1.1",
    60                 "covert": "^1.1.1",
    61                 "eslint": "^5.13.0",
    62                 "foreach": "^2.0.5",
    63                 "indexof": "^0.0.1",
    64                 "is": "^3.3.0",
    65                 "tape": "^4.9.2"
    66         },
    67         "testling": {
    68                 "files": "test/index.js",
    69                 "browsers": [
    70                         "iexplore/6.0..latest",
    71                         "firefox/3.0..6.0",
    72                         "firefox/15.0..latest",
    73                         "firefox/nightly",
    74                         "chrome/4.0..10.0",
    75                         "chrome/20.0..latest",
    76                         "chrome/canary",
    77                         "opera/10.0..latest",
    78                         "opera/next",
    79                         "safari/4.0..latest",
    80                         "ipad/6.0..latest",
    81                         "iphone/6.0..latest",
    82                         "android-browser/4.2"
    83                 ]
    84         },
    85         "engines": {
    86                 "node": ">= 0.4"
    87         }
     2  "_from": "object-keys@^1.1.1",
     3  "_id": "object-keys@1.1.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
     6  "_location": "/object-keys",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "object-keys@^1.1.1",
     12    "name": "object-keys",
     13    "escapedName": "object-keys",
     14    "rawSpec": "^1.1.1",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.1.1"
     17  },
     18  "_requiredBy": [
     19    "/define-properties",
     20    "/es-abstract",
     21    "/object.assign",
     22    "/own-keys"
     23  ],
     24  "_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
     25  "_shasum": "1c47f272df277f3b1daf061677d9c82e2322c60e",
     26  "_spec": "object-keys@^1.1.1",
     27  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/define-properties",
     28  "author": {
     29    "name": "Jordan Harband",
     30    "email": "ljharb@gmail.com",
     31    "url": "http://ljharb.codes"
     32  },
     33  "bugs": {
     34    "url": "https://github.com/ljharb/object-keys/issues"
     35  },
     36  "bundleDependencies": false,
     37  "contributors": [
     38    {
     39      "name": "Jordan Harband",
     40      "email": "ljharb@gmail.com",
     41      "url": "http://ljharb.codes"
     42    },
     43    {
     44      "name": "Raynos",
     45      "email": "raynos2@gmail.com"
     46    },
     47    {
     48      "name": "Nathan Rajlich",
     49      "email": "nathan@tootallnate.net"
     50    },
     51    {
     52      "name": "Ivan Starkov",
     53      "email": "istarkov@gmail.com"
     54    },
     55    {
     56      "name": "Gary Katsevman",
     57      "email": "git@gkatsev.com"
     58    }
     59  ],
     60  "dependencies": {},
     61  "deprecated": false,
     62  "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
     63  "devDependencies": {
     64    "@ljharb/eslint-config": "^13.1.1",
     65    "covert": "^1.1.1",
     66    "eslint": "^5.13.0",
     67    "foreach": "^2.0.5",
     68    "indexof": "^0.0.1",
     69    "is": "^3.3.0",
     70    "tape": "^4.9.2"
     71  },
     72  "engines": {
     73    "node": ">= 0.4"
     74  },
     75  "homepage": "https://github.com/ljharb/object-keys#readme",
     76  "keywords": [
     77    "Object.keys",
     78    "keys",
     79    "ES5",
     80    "shim"
     81  ],
     82  "license": "MIT",
     83  "main": "index.js",
     84  "name": "object-keys",
     85  "repository": {
     86    "type": "git",
     87    "url": "git://github.com/ljharb/object-keys.git"
     88  },
     89  "scripts": {
     90    "audit": "npm audit",
     91    "coverage": "covert test/*.js",
     92    "coverage-quiet": "covert test/*.js --quiet",
     93    "lint": "eslint .",
     94    "postaudit": "rm package-lock.json",
     95    "posttest": "npm run --silent audit",
     96    "preaudit": "npm install --package-lock --package-lock-only",
     97    "pretest": "npm run --silent lint",
     98    "test": "npm run --silent tests-only",
     99    "tests-only": "node test/index.js"
     100  },
     101  "testling": {
     102    "files": "test/index.js",
     103    "browsers": [
     104      "iexplore/6.0..latest",
     105      "firefox/3.0..6.0",
     106      "firefox/15.0..latest",
     107      "firefox/nightly",
     108      "chrome/4.0..10.0",
     109      "chrome/20.0..latest",
     110      "chrome/canary",
     111      "opera/10.0..latest",
     112      "opera/next",
     113      "safari/4.0..latest",
     114      "ipad/6.0..latest",
     115      "iphone/6.0..latest",
     116      "android-browser/4.2"
     117    ]
     118  },
     119  "version": "1.1.1"
    88120}
Note: See TracChangeset for help on using the changeset viewer.