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/for-each/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "for-each",
    3   "version": "0.3.3",
    4   "description": "A better forEach",
    5   "keywords": [],
    6   "author": "Raynos <raynos2@gmail.com>",
    7   "repository": "git://github.com/Raynos/for-each.git",
    8   "main": "index",
    9   "homepage": "https://github.com/Raynos/for-each",
     2  "_from": "for-each@^0.3.3",
     3  "_id": "for-each@0.3.3",
     4  "_inBundle": false,
     5  "_integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
     6  "_location": "/for-each",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "for-each@^0.3.3",
     12    "name": "for-each",
     13    "escapedName": "for-each",
     14    "rawSpec": "^0.3.3",
     15    "saveSpec": null,
     16    "fetchSpec": "^0.3.3"
     17  },
     18  "_requiredBy": [
     19    "/typed-array-byte-length",
     20    "/typed-array-byte-offset",
     21    "/typed-array-length",
     22    "/which-typed-array"
     23  ],
     24  "_resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
     25  "_shasum": "69b447e88a0a5d32c3e7084f3f1710034b21376e",
     26  "_spec": "for-each@^0.3.3",
     27  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/which-typed-array",
     28  "author": {
     29    "name": "Raynos",
     30    "email": "raynos2@gmail.com"
     31  },
     32  "bugs": {
     33    "url": "https://github.com/Raynos/for-each/issues",
     34    "email": "raynos2@gmail.com"
     35  },
     36  "bundleDependencies": false,
    1037  "contributors": [
    1138    {
     
    1744    }
    1845  ],
    19   "bugs": {
    20     "url": "https://github.com/Raynos/for-each/issues",
    21     "email": "raynos2@gmail.com"
    22   },
    2346  "dependencies": {
    2447    "is-callable": "^1.1.3"
    2548  },
     49  "deprecated": false,
     50  "description": "A better forEach",
    2651  "devDependencies": {
    2752    "@ljharb/eslint-config": "^12.2.1",
     
    3055    "tape": "^4.9.0"
    3156  },
     57  "homepage": "https://github.com/Raynos/for-each",
     58  "keywords": [],
    3259  "license": "MIT",
    3360  "licenses": [
     
    3764    }
    3865  ],
     66  "main": "index",
     67  "name": "for-each",
     68  "repository": {
     69    "type": "git",
     70    "url": "git://github.com/Raynos/for-each.git"
     71  },
    3972  "scripts": {
     73    "lint": "eslint *.js test/*.js",
     74    "posttest": "npm run security",
    4075    "pretest": "npm run lint",
     76    "security": "nsp check",
    4177    "test": "npm run tests-only",
    42     "tests-only": "node test/test",
    43     "posttest": "npm run security",
    44     "lint": "eslint *.js test/*.js",
    45     "security": "nsp check"
     78    "tests-only": "node test/test"
    4679  },
    4780  "testling": {
     
    6295      "android-browser/4.2"
    6396    ]
    64   }
     97  },
     98  "version": "0.3.3"
    6599}
Note: See TracChangeset for help on using the changeset viewer.