You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
2.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "timsort@^0.3.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-declaration-sorter"
  6. ]
  7. ],
  8. "_from": "timsort@>=0.3.0 <0.4.0",
  9. "_id": "timsort@0.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/timsort",
  13. "_nodeVersion": "6.3.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/timsort-0.3.0.tgz_1469389289282_0.051012826384976506"
  17. },
  18. "_npmUser": {
  19. "email": "marco.ziccard@gmail.com",
  20. "name": "mziccard"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "timsort",
  26. "raw": "timsort@^0.3.0",
  27. "rawSpec": "^0.3.0",
  28. "scope": null,
  29. "spec": ">=0.3.0 <0.4.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/css-declaration-sorter"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
  36. "_shasum": "405411a8e7e6339fe64db9a234de11dc31e02bd4",
  37. "_shrinkwrap": null,
  38. "_spec": "timsort@^0.3.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-declaration-sorter",
  40. "author": {
  41. "name": "Marco Ziccardi",
  42. "url": "http://mziccard.me/"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/mziccard/node-timsort/issues"
  46. },
  47. "dependencies": {},
  48. "description": "TimSort: Fast Sorting for Node.js",
  49. "devDependencies": {
  50. "assert": "~1.3.0",
  51. "babel-eslint": "^4.0.5",
  52. "eslint": "^1.1.0",
  53. "grunt": "^0.4.5",
  54. "grunt-babel": "^5.0.1",
  55. "grunt-banner": "^0.5.0",
  56. "grunt-contrib-clean": "^0.6.0",
  57. "grunt-contrib-uglify": "^0.9.1",
  58. "mocha": "~2.2.5"
  59. },
  60. "directories": {
  61. "benchmark": "./benchmark",
  62. "test": "./test"
  63. },
  64. "dist": {
  65. "shasum": "405411a8e7e6339fe64db9a234de11dc31e02bd4",
  66. "tarball": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz"
  67. },
  68. "gitHead": "f8acc9e336117356d354ccb15133d10c92444322",
  69. "homepage": "https://github.com/mziccard/node-timsort",
  70. "keywords": [
  71. "TimSort",
  72. "algorithm",
  73. "compare",
  74. "performance",
  75. "python",
  76. "sort"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "maintainers": [
  81. {
  82. "name": "mziccard",
  83. "email": "marco.ziccard@gmail.com"
  84. }
  85. ],
  86. "name": "timsort",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/mziccard/node-timsort.git"
  92. },
  93. "scripts": {
  94. "benchmark": "node benchmark/index.js",
  95. "lint": "eslint Gruntfile.js src/ test/ benchmark/index.js",
  96. "test": "mocha --timeout 5000"
  97. },
  98. "version": "0.3.0"
  99. }