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

    r0c6b92a r79a0317  
    11{
    2   "name": "json-stable-stringify-without-jsonify",
    3   "version": "1.0.1",
     2  "_from": "json-stable-stringify-without-jsonify@1.0.1",
     3  "_id": "json-stable-stringify-without-jsonify@1.0.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
     6  "_location": "/json-stable-stringify-without-jsonify",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "json-stable-stringify-without-jsonify@1.0.1",
     12    "name": "json-stable-stringify-without-jsonify",
     13    "escapedName": "json-stable-stringify-without-jsonify",
     14    "rawSpec": "1.0.1",
     15    "saveSpec": null,
     16    "fetchSpec": "1.0.1"
     17  },
     18  "_requiredBy": [
     19    "/eslint"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
     22  "_shasum": "9db7b59496ad3f3cfef30a75142d2d930ad72651",
     23  "_spec": "json-stable-stringify-without-jsonify@1.0.1",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     25  "author": {
     26    "name": "James Halliday",
     27    "email": "mail@substack.net",
     28    "url": "http://substack.net"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/samn/json-stable-stringify/issues"
     32  },
     33  "bundleDependencies": false,
     34  "dependencies": {},
     35  "deprecated": false,
    436  "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies",
    5   "main": "index.js",
    6   "dependencies": {
    7   },
    837  "devDependencies": {
    938    "tape": "~1.0.4"
    10   },
    11   "scripts": {
    12     "test": "tape test/*.js"
    13   },
    14   "testling": {
    15     "files": "test/*.js",
    16     "browsers": [
    17       "ie/8..latest",
    18       "ff/5", "ff/latest",
    19       "chrome/15", "chrome/latest",
    20       "safari/latest",
    21       "opera/latest"
    22     ]
    23   },
    24   "repository": {
    25     "type": "git",
    26     "url": "git://github.com/samn/json-stable-stringify.git"
    2739  },
    2840  "homepage": "https://github.com/samn/json-stable-stringify",
     
    3547    "stable"
    3648  ],
    37   "author": {
    38     "name": "James Halliday",
    39     "email": "mail@substack.net",
    40     "url": "http://substack.net"
     49  "license": "MIT",
     50  "main": "index.js",
     51  "name": "json-stable-stringify-without-jsonify",
     52  "repository": {
     53    "type": "git",
     54    "url": "git://github.com/samn/json-stable-stringify.git"
    4155  },
    42   "license": "MIT"
     56  "scripts": {
     57    "test": "tape test/*.js"
     58  },
     59  "testling": {
     60    "files": "test/*.js",
     61    "browsers": [
     62      "ie/8..latest",
     63      "ff/5",
     64      "ff/latest",
     65      "chrome/15",
     66      "chrome/latest",
     67      "safari/latest",
     68      "opera/latest"
     69    ]
     70  },
     71  "version": "1.0.1"
    4372}
Note: See TracChangeset for help on using the changeset viewer.