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

    r0c6b92a r79a0317  
    11{
    2   "name": "fs.realpath",
    3   "version": "1.0.0",
     2  "_from": "fs.realpath@^1.0.0",
     3  "_id": "fs.realpath@1.0.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
     6  "_location": "/fs.realpath",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "fs.realpath@^1.0.0",
     12    "name": "fs.realpath",
     13    "escapedName": "fs.realpath",
     14    "rawSpec": "^1.0.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.0.0"
     17  },
     18  "_requiredBy": [
     19    "/glob"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
     22  "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
     23  "_spec": "fs.realpath@^1.0.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob",
     25  "author": {
     26    "name": "Isaac Z. Schlueter",
     27    "email": "i@izs.me",
     28    "url": "http://blog.izs.me/"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/isaacs/fs.realpath/issues"
     32  },
     33  "bundleDependencies": false,
     34  "dependencies": {},
     35  "deprecated": false,
    436  "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
    5   "main": "index.js",
    6   "dependencies": {},
    737  "devDependencies": {},
    8   "scripts": {
    9     "test": "tap test/*.js --cov"
    10   },
    11   "repository": {
    12     "type": "git",
    13     "url": "git+https://github.com/isaacs/fs.realpath.git"
    14   },
     38  "files": [
     39    "old.js",
     40    "index.js"
     41  ],
     42  "homepage": "https://github.com/isaacs/fs.realpath#readme",
    1543  "keywords": [
    1644    "realpath",
     
    1846    "polyfill"
    1947  ],
    20   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    2148  "license": "ISC",
    22   "files": [
    23     "old.js",
    24     "index.js"
    25   ]
     49  "main": "index.js",
     50  "name": "fs.realpath",
     51  "repository": {
     52    "type": "git",
     53    "url": "git+https://github.com/isaacs/fs.realpath.git"
     54  },
     55  "scripts": {
     56    "test": "tap test/*.js --cov"
     57  },
     58  "version": "1.0.0"
    2659}
Note: See TracChangeset for help on using the changeset viewer.