| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/node_modules/timsort/ |
Upload File : |
{
"_from": "timsort@^0.3.0",
"_id": "timsort@0.3.0",
"_inBundle": false,
"_integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=",
"_location": "/timsort",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "timsort@^0.3.0",
"name": "timsort",
"escapedName": "timsort",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/css-declaration-sorter"
],
"_resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
"_shasum": "405411a8e7e6339fe64db9a234de11dc31e02bd4",
"_spec": "timsort@^0.3.0",
"_where": "/opt/bitnami/apache/htdocs/app/node_modules/css-declaration-sorter",
"author": {
"name": "Marco Ziccardi",
"url": "http://mziccard.me/"
},
"bugs": {
"url": "https://github.com/mziccard/node-timsort/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "TimSort: Fast Sorting for Node.js",
"devDependencies": {
"assert": "~1.3.0",
"babel-eslint": "^4.0.5",
"eslint": "^1.1.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-banner": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-uglify": "^0.9.1",
"mocha": "~2.2.5"
},
"directories": {
"test": "./test",
"benchmark": "./benchmark"
},
"homepage": "https://github.com/mziccard/node-timsort",
"keywords": [
"sort",
"compare",
"TimSort",
"algorithm",
"python",
"performance"
],
"license": "MIT",
"main": "index.js",
"name": "timsort",
"repository": {
"type": "git",
"url": "git+https://github.com/mziccard/node-timsort.git"
},
"scripts": {
"benchmark": "node benchmark/index.js",
"lint": "eslint Gruntfile.js src/ test/ benchmark/index.js",
"test": "mocha --timeout 5000"
},
"version": "0.3.0"
}