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/path-is-absolute/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "path-is-absolute",
    3   "version": "1.0.1",
    4   "description": "Node.js 0.12 path.isAbsolute() ponyfill",
    5   "license": "MIT",
    6   "repository": "sindresorhus/path-is-absolute",
     2  "_from": "path-is-absolute@^1.0.0",
     3  "_id": "path-is-absolute@1.0.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
     6  "_location": "/path-is-absolute",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "path-is-absolute@^1.0.0",
     12    "name": "path-is-absolute",
     13    "escapedName": "path-is-absolute",
     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/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
     22  "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
     23  "_spec": "path-is-absolute@^1.0.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob",
    725  "author": {
    826    "name": "Sindre Sorhus",
     
    1028    "url": "sindresorhus.com"
    1129  },
     30  "bugs": {
     31    "url": "https://github.com/sindresorhus/path-is-absolute/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
     35  "description": "Node.js 0.12 path.isAbsolute() ponyfill",
     36  "devDependencies": {
     37    "xo": "^0.16.0"
     38  },
    1239  "engines": {
    1340    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && node test.js"
    1741  },
    1842  "files": [
    1943    "index.js"
    2044  ],
     45  "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
    2146  "keywords": [
    2247    "path",
     
    3863    "check"
    3964  ],
    40   "devDependencies": {
    41     "xo": "^0.16.0"
    42   }
     65  "license": "MIT",
     66  "name": "path-is-absolute",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
     70  },
     71  "scripts": {
     72    "test": "xo && node test.js"
     73  },
     74  "version": "1.0.1"
    4375}
Note: See TracChangeset for help on using the changeset viewer.