Changeset 59329aa for trip-planner-front/node_modules/timsort
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/timsort/package.json
rceaed42 r59329aa 1 1 { 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", 4 31 "author": { 5 32 "name": "Marco Ziccardi", 6 33 "url": "http://mziccard.me/" 7 34 }, 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" 14 37 }, 15 38 "dependencies": {}, 39 "description": "TimSort: Fast Sorting for Node.js", 16 40 "devDependencies": { 17 41 "assert": "~1.3.0", … … 25 49 "mocha": "~2.2.5" 26 50 }, 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" 31 54 }, 32 "repository": { 33 "type": "git", 34 "url": "https://github.com/mziccard/node-timsort.git" 35 }, 55 "homepage": "https://github.com/mziccard/node-timsort", 36 56 "keywords": [ 37 57 "sort", … … 43 63 ], 44 64 "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" 48 77 }
Note:
See TracChangeset
for help on using the changeset viewer.