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

    r0c6b92a r79a0317  
    11{
    2   "name": "isexe",
    3   "version": "2.0.0",
     2  "_from": "isexe@^2.0.0",
     3  "_id": "isexe@2.0.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
     6  "_location": "/isexe",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "isexe@^2.0.0",
     12    "name": "isexe",
     13    "escapedName": "isexe",
     14    "rawSpec": "^2.0.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.0.0"
     17  },
     18  "_requiredBy": [
     19    "/which"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
     22  "_shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
     23  "_spec": "isexe@^2.0.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/which",
     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/isexe/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
    435  "description": "Minimal module to check if a file is executable.",
    5   "main": "index.js",
    6   "directories": {
    7     "test": "test"
    8   },
    936  "devDependencies": {
    1037    "mkdirp": "^0.5.1",
     
    1239    "tap": "^10.3.0"
    1340  },
    14   "scripts": {
    15     "test": "tap test/*.js --100",
    16     "preversion": "npm test",
    17     "postversion": "npm publish",
    18     "postpublish": "git push origin --all; git push origin --tags"
     41  "directories": {
     42    "test": "test"
    1943  },
    20   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
     44  "homepage": "https://github.com/isaacs/isexe#readme",
     45  "keywords": [],
    2146  "license": "ISC",
     47  "main": "index.js",
     48  "name": "isexe",
    2249  "repository": {
    2350    "type": "git",
    2451    "url": "git+https://github.com/isaacs/isexe.git"
    2552  },
    26   "keywords": [],
    27   "bugs": {
    28     "url": "https://github.com/isaacs/isexe/issues"
     53  "scripts": {
     54    "postpublish": "git push origin --all; git push origin --tags",
     55    "postversion": "npm publish",
     56    "preversion": "npm test",
     57    "test": "tap test/*.js --100"
    2958  },
    30   "homepage": "https://github.com/isaacs/isexe#readme"
     59  "version": "2.0.0"
    3160}
Note: See TracChangeset for help on using the changeset viewer.