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

    r0c6b92a r79a0317  
    11{
    2   "name": "deep-is",
    3   "version": "0.1.4",
     2  "_from": "deep-is@^0.1.3",
     3  "_id": "deep-is@0.1.4",
     4  "_inBundle": false,
     5  "_integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
     6  "_location": "/deep-is",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "deep-is@^0.1.3",
     12    "name": "deep-is",
     13    "escapedName": "deep-is",
     14    "rawSpec": "^0.1.3",
     15    "saveSpec": null,
     16    "fetchSpec": "^0.1.3"
     17  },
     18  "_requiredBy": [
     19    "/optionator"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
     22  "_shasum": "a6f2dce612fadd2ef1f519b73551f17e85199831",
     23  "_spec": "deep-is@^0.1.3",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/optionator",
     25  "author": {
     26    "name": "Thorsten Lorenz",
     27    "email": "thlorenz@gmx.de",
     28    "url": "http://thlorenz.com"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/thlorenz/deep-is/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
    435  "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
    5   "main": "index.js",
     36  "devDependencies": {
     37    "tape": "~1.0.2"
     38  },
    639  "directories": {
    740    "lib": ".",
     
    942    "test": "test"
    1043  },
    11   "scripts": {
    12     "test": "tape test/*.js"
    13   },
    14   "devDependencies": {
    15     "tape": "~1.0.2"
    16   },
    17   "repository": {
    18     "type": "git",
    19     "url": "http://github.com/thlorenz/deep-is.git"
    20   },
     44  "homepage": "https://github.com/thlorenz/deep-is#readme",
    2145  "keywords": [
    2246    "equality",
     
    2448    "compare"
    2549  ],
    26   "author": {
    27     "name": "Thorsten Lorenz",
    28     "email": "thlorenz@gmx.de",
    29     "url": "http://thlorenz.com"
     50  "license": "MIT",
     51  "main": "index.js",
     52  "name": "deep-is",
     53  "repository": {
     54    "type": "git",
     55    "url": "git+ssh://git@github.com/thlorenz/deep-is.git"
    3056  },
    31   "license": "MIT",
     57  "scripts": {
     58    "test": "tape test/*.js"
     59  },
    3260  "testling": {
    3361    "files": "test/*.js",
     
    5583      ]
    5684    }
    57   }
     85  },
     86  "version": "0.1.4"
    5887}
Note: See TracChangeset for help on using the changeset viewer.