package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "timsort@0.3.0",
  5. "E:\\amr1.0\\AMR"
  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": "E:\\amr1.0\\AMR",
  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. }