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/fastest-stable-stringify/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "fastest-stable-stringify",
    3   "version": "2.0.2",
     2  "_from": "fastest-stable-stringify@^2.0.2",
     3  "_id": "fastest-stable-stringify@2.0.2",
     4  "_inBundle": false,
     5  "_integrity": "sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==",
     6  "_location": "/fastest-stable-stringify",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "fastest-stable-stringify@^2.0.2",
     12    "name": "fastest-stable-stringify",
     13    "escapedName": "fastest-stable-stringify",
     14    "rawSpec": "^2.0.2",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.0.2"
     17  },
     18  "_requiredBy": [
     19    "/nano-css"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/fastest-stable-stringify/-/fastest-stable-stringify-2.0.2.tgz",
     22  "_shasum": "3757a6774f6ec8de40c4e86ec28ea02417214c76",
     23  "_spec": "fastest-stable-stringify@^2.0.2",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/nano-css",
     25  "bugs": {
     26    "url": "https://github.com/streamich/fastest-stable-stringify/issues"
     27  },
     28  "bundleDependencies": false,
     29  "config": {
     30    "commitizen": {
     31      "path": "./node_modules/mol-conventional-changelog"
     32    }
     33  },
     34  "dependencies": {},
     35  "deprecated": false,
    436  "description": "Fastest stable deterministic JSON.stringify()",
    5   "main": "index.js",
    6   "dependencies": {},
    737  "devDependencies": {
    838    "benchmark": "^2.1.4",
     39    "chai": "^4.1.2",
    940    "coveralls": "^3.0.0",
    1041    "eslint": "^4.9.0",
     42    "fast-json-stable-stringify": "latest",
    1143    "fast-stable-stringify": "latest",
    1244    "faster-stable-stringify": "latest",
    1345    "json-stable-stringify": "latest",
    14     "fast-json-stable-stringify": "latest",
     46    "mol-conventional-changelog": "1.2.0",
    1547    "nyc": "^11.2.1",
    1648    "pre-commit": "^1.2.2",
    17     "tape": "~1.0.4",
    18     "mol-conventional-changelog": "1.2.0",
    19     "chai": "^4.1.2"
    20   },
    21   "scripts": {
    22     "eslint": "eslint index.js test",
    23     "test-spec": "tape test/*.js",
    24     "test": "npm run eslint && nyc npm run test-spec"
    25   },
    26   "repository": {
    27     "type": "git",
    28     "url": "https://github.com/streamich/fastest-stable-stringify"
     49    "tape": "~1.0.4"
    2950  },
    3051  "homepage": "https://github.com/streamich/fastest-stable-stringify",
     
    3758  ],
    3859  "license": "MIT",
     60  "main": "index.js",
     61  "name": "fastest-stable-stringify",
    3962  "nyc": {
    4063    "exclude": [
     
    4770    ]
    4871  },
    49   "config": {
    50     "commitizen": {
    51       "path": "./node_modules/mol-conventional-changelog"
    52     }
    53   }
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/streamich/fastest-stable-stringify.git"
     75  },
     76  "scripts": {
     77    "eslint": "eslint index.js test",
     78    "test": "npm run eslint && nyc npm run test-spec",
     79    "test-spec": "tape test/*.js"
     80  },
     81  "version": "2.0.2"
    5482}
Note: See TracChangeset for help on using the changeset viewer.