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

    r0c6b92a r79a0317  
    11{
    2   "name": "fast-json-stable-stringify",
    3   "version": "2.1.0",
     2  "_from": "fast-json-stable-stringify@^2.0.0",
     3  "_id": "fast-json-stable-stringify@2.1.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
     6  "_location": "/fast-json-stable-stringify",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "fast-json-stable-stringify@^2.0.0",
     12    "name": "fast-json-stable-stringify",
     13    "escapedName": "fast-json-stable-stringify",
     14    "rawSpec": "^2.0.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.0.0"
     17  },
     18  "_requiredBy": [
     19    "/ajv"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
     22  "_shasum": "874bf69c6f404c2b5d99c481341399fd55892633",
     23  "_spec": "fast-json-stable-stringify@^2.0.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/ajv",
     25  "author": {
     26    "name": "James Halliday",
     27    "email": "mail@substack.net",
     28    "url": "http://substack.net"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
     32  },
     33  "bundleDependencies": false,
     34  "dependencies": {},
     35  "deprecated": false,
    436  "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
    5   "main": "index.js",
    6   "types": "index.d.ts",
    7   "dependencies": {},
    837  "devDependencies": {
    938    "benchmark": "^2.1.4",
     
    1746    "tape": "^4.11.0"
    1847  },
    19   "scripts": {
    20     "eslint": "eslint index.js test",
    21     "test-spec": "tape test/*.js",
    22     "test": "npm run eslint && nyc npm run test-spec"
    23   },
    24   "repository": {
    25     "type": "git",
    26     "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
    27   },
    2848  "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
    2949  "keywords": [
     
    3454    "stable"
    3555  ],
    36   "author": {
    37     "name": "James Halliday",
    38     "email": "mail@substack.net",
    39     "url": "http://substack.net"
    40   },
    4156  "license": "MIT",
     57  "main": "index.js",
     58  "name": "fast-json-stable-stringify",
    4259  "nyc": {
    4360    "exclude": [
     
    4966      "text-summary"
    5067    ]
    51   }
     68  },
     69  "repository": {
     70    "type": "git",
     71    "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
     72  },
     73  "scripts": {
     74    "eslint": "eslint index.js test",
     75    "test": "npm run eslint && nyc npm run test-spec",
     76    "test-spec": "tape test/*.js"
     77  },
     78  "types": "index.d.ts",
     79  "version": "2.1.0"
    5280}
Note: See TracChangeset for help on using the changeset viewer.