Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/timsort/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "timsort",
    3   "version": "0.3.0",
     2  "_args": [
     3    [
     4      "timsort@0.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "timsort@0.3.0",
     10  "_id": "timsort@0.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=",
     13  "_location": "/timsort",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "timsort@0.3.0",
     19    "name": "timsort",
     20    "escapedName": "timsort",
     21    "rawSpec": "0.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "0.3.0"
     24  },
     25  "_requiredBy": [
     26    "/css-declaration-sorter"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
     29  "_spec": "0.3.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    431  "author": {
    532    "name": "Marco Ziccardi",
    633    "url": "http://mziccard.me/"
    734  },
    8   "description": "TimSort: Fast Sorting for Node.js",
    9   "homepage": "https://github.com/mziccard/node-timsort",
    10   "main": "index.js",
    11   "directories": {
    12     "test": "./test",
    13     "benchmark": "./benchmark"
     35  "bugs": {
     36    "url": "https://github.com/mziccard/node-timsort/issues"
    1437  },
    1538  "dependencies": {},
     39  "description": "TimSort: Fast Sorting for Node.js",
    1640  "devDependencies": {
    1741    "assert": "~1.3.0",
     
    2549    "mocha": "~2.2.5"
    2650  },
    27   "scripts": {
    28     "test": "mocha --timeout 5000",
    29     "lint": "eslint Gruntfile.js src/ test/ benchmark/index.js",
    30     "benchmark": "node benchmark/index.js"
     51  "directories": {
     52    "test": "./test",
     53    "benchmark": "./benchmark"
    3154  },
    32   "repository": {
    33     "type": "git",
    34     "url": "https://github.com/mziccard/node-timsort.git"
    35   },
     55  "homepage": "https://github.com/mziccard/node-timsort",
    3656  "keywords": [
    3757    "sort",
     
    4363  ],
    4464  "license": "MIT",
    45   "bugs": {
    46     "url": "https://github.com/mziccard/node-timsort/issues"
    47   }
     65  "main": "index.js",
     66  "name": "timsort",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/mziccard/node-timsort.git"
     70  },
     71  "scripts": {
     72    "benchmark": "node benchmark/index.js",
     73    "lint": "eslint Gruntfile.js src/ test/ benchmark/index.js",
     74    "test": "mocha --timeout 5000"
     75  },
     76  "version": "0.3.0"
    4877}
Note: See TracChangeset for help on using the changeset viewer.