package.json 2.2 KB

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