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.

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "stable@^0.1.8",
  3. "_id": "stable@0.1.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
  6. "_location": "/stable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stable@^0.1.8",
  12. "name": "stable",
  13. "escapedName": "stable",
  14. "rawSpec": "^0.1.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.8"
  17. },
  18. "_requiredBy": [
  19. "/svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
  22. "_shasum": "836eb3c8382fe2936feaf544631017ce7d47a3cf",
  23. "_spec": "stable@^0.1.8",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\svgo",
  25. "author": {
  26. "name": "Angry Bytes",
  27. "email": "info@angrybytes.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Two-Screen/stable/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Domenic Denicola",
  36. "email": "domenic@domenicdenicola.com"
  37. },
  38. {
  39. "name": "Mattias Buelens",
  40. "email": "mattias@buelens.com"
  41. },
  42. {
  43. "name": "Stéphan Kochen",
  44. "email": "stephan@angrybytes.com"
  45. },
  46. {
  47. "name": "Yaffle"
  48. }
  49. ],
  50. "deprecated": false,
  51. "description": "A stable array sort for JavaScript",
  52. "devDependencies": {
  53. "rollup": "^0.57.1",
  54. "standard": "^11.0.1",
  55. "tape": "^4.6.3",
  56. "uglify-js": "^3.3.21"
  57. },
  58. "files": [
  59. "stable.js",
  60. "stable.min.js",
  61. "index.d.ts"
  62. ],
  63. "homepage": "https://github.com/Two-Screen/stable#readme",
  64. "keywords": [
  65. "stable",
  66. "array",
  67. "sort"
  68. ],
  69. "license": "MIT",
  70. "main": "./stable.js",
  71. "name": "stable",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/Two-Screen/stable.git"
  75. },
  76. "scripts": {
  77. "build": "rollup -c",
  78. "minify": "uglifyjs --comments \"/^!/\" -c -m -o ./stable.min.js ./stable.js",
  79. "prepare": "npm run build && npm run minify",
  80. "test": "standard src/ && node ./src/test.js"
  81. },
  82. "testling": {
  83. "files": "./src/test.js",
  84. "browsers": [
  85. "ie6",
  86. "ie7",
  87. "ie8",
  88. "ie9",
  89. "ie10",
  90. "firefox/25",
  91. "chrome/31",
  92. "safari/6.0",
  93. "opera/12.0",
  94. "opera/17.0",
  95. "iphone/6.0",
  96. "android-browser/4.2"
  97. ]
  98. },
  99. "types": "./index.d.ts",
  100. "version": "0.1.8"
  101. }