source: trip-planner-front/node_modules/timsort/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
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",
31 "author": {
32 "name": "Marco Ziccardi",
33 "url": "http://mziccard.me/"
34 },
35 "bugs": {
36 "url": "https://github.com/mziccard/node-timsort/issues"
37 },
38 "dependencies": {},
39 "description": "TimSort: Fast Sorting for Node.js",
40 "devDependencies": {
41 "assert": "~1.3.0",
42 "babel-eslint": "^4.0.5",
43 "eslint": "^1.1.0",
44 "grunt": "^0.4.5",
45 "grunt-babel": "^5.0.1",
46 "grunt-banner": "^0.5.0",
47 "grunt-contrib-clean": "^0.6.0",
48 "grunt-contrib-uglify": "^0.9.1",
49 "mocha": "~2.2.5"
50 },
51 "directories": {
52 "test": "./test",
53 "benchmark": "./benchmark"
54 },
55 "homepage": "https://github.com/mziccard/node-timsort",
56 "keywords": [
57 "sort",
58 "compare",
59 "TimSort",
60 "algorithm",
61 "python",
62 "performance"
63 ],
64 "license": "MIT",
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"
77}
Note: See TracBrowser for help on using the repository browser.