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

    r0c6b92a r79a0317  
    11{
     2  "_from": "reusify@^1.0.4",
     3  "_id": "reusify@1.0.4",
     4  "_inBundle": false,
     5  "_integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
     6  "_location": "/reusify",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "reusify@^1.0.4",
     12    "name": "reusify",
     13    "escapedName": "reusify",
     14    "rawSpec": "^1.0.4",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.0.4"
     17  },
     18  "_requiredBy": [
     19    "/fastq"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
     22  "_shasum": "90da382b1e126efc02146e90845a88db12925d76",
     23  "_spec": "reusify@^1.0.4",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/fastq",
     25  "author": {
     26    "name": "Matteo Collina",
     27    "email": "hello@matteocollina.com"
     28  },
     29  "bugs": {
     30    "url": "https://github.com/mcollina/reusify/issues"
     31  },
     32  "bundleDependencies": false,
     33  "deprecated": false,
     34  "description": "Reuse objects and functions with style",
     35  "devDependencies": {
     36    "coveralls": "^2.13.3",
     37    "faucet": "0.0.1",
     38    "istanbul": "^0.4.5",
     39    "pre-commit": "^1.2.2",
     40    "standard": "^10.0.3",
     41    "tape": "^4.8.0"
     42  },
     43  "engines": {
     44    "iojs": ">=1.0.0",
     45    "node": ">=0.10.0"
     46  },
     47  "homepage": "https://github.com/mcollina/reusify#readme",
     48  "keywords": [
     49    "reuse",
     50    "object",
     51    "performance",
     52    "function",
     53    "fast"
     54  ],
     55  "license": "MIT",
     56  "main": "reusify.js",
    257  "name": "reusify",
    3   "version": "1.0.4",
    4   "description": "Reuse objects and functions with style",
    5   "main": "reusify.js",
    6   "scripts": {
    7     "lint": "standard",
    8     "test": "tape test.js | faucet",
    9     "istanbul": "istanbul cover tape test.js",
    10     "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls"
    11   },
    1258  "pre-commit": [
    1359    "lint",
     
    1864    "url": "git+https://github.com/mcollina/reusify.git"
    1965  },
    20   "keywords": [
    21     "reuse",
    22     "object",
    23     "performance",
    24     "function",
    25     "fast"
    26   ],
    27   "author": "Matteo Collina <hello@matteocollina.com>",
    28   "license": "MIT",
    29   "bugs": {
    30     "url": "https://github.com/mcollina/reusify/issues"
     66  "scripts": {
     67    "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls",
     68    "istanbul": "istanbul cover tape test.js",
     69    "lint": "standard",
     70    "test": "tape test.js | faucet"
    3171  },
    32   "homepage": "https://github.com/mcollina/reusify#readme",
    33   "engines": {
    34     "node": ">=0.10.0",
    35     "iojs": ">=1.0.0"
    36   },
    37   "devDependencies": {
    38     "coveralls": "^2.13.3",
    39     "faucet": "0.0.1",
    40     "istanbul": "^0.4.5",
    41     "pre-commit": "^1.2.2",
    42     "standard": "^10.0.3",
    43     "tape": "^4.8.0"
    44   }
     72  "version": "1.0.4"
    4573}
Note: See TracChangeset for help on using the changeset viewer.