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

    r0c6b92a r79a0317  
    11{
    2   "name": "punycode",
    3   "version": "2.3.1",
     2  "_from": "punycode@^2.1.0",
     3  "_id": "punycode@2.3.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
     6  "_location": "/punycode",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "punycode@^2.1.0",
     12    "name": "punycode",
     13    "escapedName": "punycode",
     14    "rawSpec": "^2.1.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.1.0"
     17  },
     18  "_requiredBy": [
     19    "/uri-js"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
     22  "_shasum": "027422e2faec0b25e1549c3e1bd8309b9133b6e5",
     23  "_spec": "punycode@^2.1.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/uri-js",
     25  "author": {
     26    "name": "Mathias Bynens",
     27    "url": "https://mathiasbynens.be/"
     28  },
     29  "bugs": {
     30    "url": "https://github.com/mathiasbynens/punycode.js/issues"
     31  },
     32  "bundleDependencies": false,
     33  "contributors": [
     34    {
     35      "name": "Mathias Bynens",
     36      "url": "https://mathiasbynens.be/"
     37    }
     38  ],
     39  "deprecated": false,
    440  "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
    5   "homepage": "https://mths.be/punycode",
    6   "main": "punycode.js",
    7   "jsnext:main": "punycode.es6.js",
    8   "module": "punycode.es6.js",
     41  "devDependencies": {
     42    "codecov": "^3.8.3",
     43    "mocha": "^10.2.0",
     44    "nyc": "^15.1.0"
     45  },
    946  "engines": {
    1047    "node": ">=6"
     48  },
     49  "files": [
     50    "LICENSE-MIT.txt",
     51    "punycode.js",
     52    "punycode.es6.js"
     53  ],
     54  "homepage": "https://mths.be/punycode",
     55  "jsnext:main": "punycode.es6.js",
     56  "jspm": {
     57    "map": {
     58      "./punycode.js": {
     59        "node": "@node/punycode"
     60      }
     61    }
    1162  },
    1263  "keywords": [
     
    2071  ],
    2172  "license": "MIT",
    22   "author": {
    23     "name": "Mathias Bynens",
    24     "url": "https://mathiasbynens.be/"
    25   },
    26   "contributors": [
    27     {
    28       "name": "Mathias Bynens",
    29       "url": "https://mathiasbynens.be/"
    30     }
    31   ],
     73  "main": "punycode.js",
     74  "module": "punycode.es6.js",
     75  "name": "punycode",
    3276  "repository": {
    3377    "type": "git",
    34     "url": "https://github.com/mathiasbynens/punycode.js.git"
     78    "url": "git+https://github.com/mathiasbynens/punycode.js.git"
    3579  },
    36   "bugs": "https://github.com/mathiasbynens/punycode.js/issues",
    37   "files": [
    38     "LICENSE-MIT.txt",
    39     "punycode.js",
    40     "punycode.es6.js"
    41   ],
    4280  "scripts": {
    43     "test": "mocha tests",
    44     "build": "node scripts/prepublish.js"
     81    "build": "node scripts/prepublish.js",
     82    "test": "mocha tests"
    4583  },
    46   "devDependencies": {
    47     "codecov": "^3.8.3",
    48     "nyc": "^15.1.0",
    49     "mocha": "^10.2.0"
    50   },
    51   "jspm": {
    52     "map": {
    53       "./punycode.js": {
    54         "node": "@node/punycode"
    55       }
    56     }
    57   }
     84  "version": "2.3.1"
    5885}
Note: See TracChangeset for help on using the changeset viewer.