package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "timsort@0.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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.npm.taobao.org/timsort/download/timsort-0.3.0.tgz",
  29. "_spec": "0.3.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }