1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/timsort/package.json

74 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "timsort@^0.3.0",
2023-12-18 13:12:25 +08:00
"_id": "timsort@0.3.0",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==",
2023-12-18 13:12:25 +08:00
"_location": "/timsort",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "timsort@^0.3.0",
2023-12-18 13:12:25 +08:00
"name": "timsort",
"escapedName": "timsort",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.3.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.3.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/css-declaration-sorter"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/timsort/-/timsort-0.3.0.tgz",
"_shasum": "405411a8e7e6339fe64db9a234de11dc31e02bd4",
"_spec": "timsort@^0.3.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\css-declaration-sorter",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Marco Ziccardi",
"url": "http://mziccard.me/"
},
"bugs": {
"url": "https://github.com/mziccard/node-timsort/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"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"
}