package.json 1.7 KB

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