package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "arr-diff@^2.0.0",
  6. "scope": null,
  7. "escapedName": "arr-diff",
  8. "name": "arr-diff",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/huanggang/huangg/panda_h5_shop/node_modules/micromatch"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1449375974109,
  17. "_from": "arr-diff@>=2.0.0 <3.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "arr-diff@2.0.0",
  20. "_inCache": true,
  21. "_location": "/arr-diff",
  22. "_nodeVersion": "5.0.0",
  23. "_npmUser": {
  24. "name": "jonschlinkert",
  25. "email": "github@sellside.com"
  26. },
  27. "_npmVersion": "3.3.6",
  28. "_phantomChildren": {},
  29. "_requested": {
  30. "raw": "arr-diff@^2.0.0",
  31. "scope": null,
  32. "escapedName": "arr-diff",
  33. "name": "arr-diff",
  34. "rawSpec": "^2.0.0",
  35. "spec": ">=2.0.0 <3.0.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/micromatch"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
  42. "_shasum": "8f3b827f955a8bd669697e4a4256ac3ceae356cf",
  43. "_shrinkwrap": null,
  44. "_spec": "arr-diff@^2.0.0",
  45. "_where": "/Users/huanggang/huangg/panda_h5_shop/node_modules/micromatch",
  46. "author": {
  47. "name": "Jon Schlinkert",
  48. "url": "https://github.com/jonschlinkert"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/jonschlinkert/arr-diff/issues"
  52. },
  53. "dependencies": {
  54. "arr-flatten": "^1.0.1"
  55. },
  56. "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
  57. "devDependencies": {
  58. "array-differ": "^1.0.0",
  59. "array-slice": "^0.2.3",
  60. "benchmarked": "^0.1.4",
  61. "chalk": "^1.1.1",
  62. "mocha": "*",
  63. "should": "*"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "8f3b827f955a8bd669697e4a4256ac3ceae356cf",
  68. "size": 2431,
  69. "noattachment": false,
  70. "tarball": "http://registry.npm.taobao.org/arr-diff/download/arr-diff-2.0.0.tgz"
  71. },
  72. "engines": {
  73. "node": ">=0.10.0"
  74. },
  75. "files": [
  76. "index.js"
  77. ],
  78. "gitHead": "b89f54eb88ca51afd0e0ea6be9a4a63e5ccecf27",
  79. "homepage": "https://github.com/jonschlinkert/arr-diff",
  80. "keywords": [
  81. "arr",
  82. "array",
  83. "diff",
  84. "differ",
  85. "difference"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "maintainers": [
  90. {
  91. "name": "doowb",
  92. "email": "brian.woodward@gmail.com"
  93. },
  94. {
  95. "name": "jonschlinkert",
  96. "email": "github@sellside.com"
  97. },
  98. {
  99. "name": "paulmillr",
  100. "email": "paul@paulmillr.com"
  101. }
  102. ],
  103. "name": "arr-diff",
  104. "optionalDependencies": {},
  105. "publish_time": 1449375974109,
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  110. },
  111. "scripts": {
  112. "test": "mocha"
  113. },
  114. "verb": {
  115. "related": {
  116. "list": [
  117. "arr-flatten",
  118. "array-filter",
  119. "array-intersection"
  120. ]
  121. }
  122. },
  123. "version": "2.0.0"
  124. }