Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "uniq@^1.0.1",
  3. "_id": "uniq@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
  6. "_location": "/uniq",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "uniq@^1.0.1",
  12. "name": "uniq",
  13. "escapedName": "uniq",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/postcss-merge-rules/postcss-selector-parser",
  20. "/postcss-minify-selectors/postcss-selector-parser",
  21. "/postcss-selector-parser",
  22. "/stylehacks/postcss-selector-parser"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
  25. "_shasum": "b31c5ae8254844a3a8281541ce2b04b865a734ff",
  26. "_spec": "uniq@^1.0.1",
  27. "_where": "/var/www/html/mdch.sipadu/node_modules/postcss-selector-parser",
  28. "author": {
  29. "name": "Mikola Lysenko"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/mikolalysenko/uniq/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Removes duplicates from a sorted array in place",
  38. "devDependencies": {
  39. "tape": "^2.12.3"
  40. },
  41. "directories": {
  42. "test": "test"
  43. },
  44. "gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985",
  45. "homepage": "https://github.com/mikolalysenko/uniq#readme",
  46. "keywords": [
  47. "array",
  48. "duplicate",
  49. "unique",
  50. "uniq",
  51. "remove",
  52. "sort",
  53. "in",
  54. "place",
  55. "no",
  56. "copy"
  57. ],
  58. "license": "MIT",
  59. "main": "uniq.js",
  60. "name": "uniq",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/mikolalysenko/uniq.git"
  64. },
  65. "scripts": {
  66. "test": "tape test/*.js"
  67. },
  68. "version": "1.0.1"
  69. }