Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "d3-hexbin@0.2.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "d3-hexbin@0.2.2",
  9. "_id": "d3-hexbin@0.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-nFg32s/UcasFM3qeke8Qv8T5iDE=",
  12. "_location": "/d3-hexbin",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d3-hexbin@0.2.2",
  18. "name": "d3-hexbin",
  19. "escapedName": "d3-hexbin",
  20. "rawSpec": "0.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.2"
  23. },
  24. "_requiredBy": [
  25. "/react-vis"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/d3-hexbin/-/d3-hexbin-0.2.2.tgz",
  28. "_spec": "0.2.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Mike Bostock",
  32. "url": "http://bost.ocks.org/mike"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/d3/d3-hexbin/issues"
  36. },
  37. "description": "Group two-dimensional points into hexagonal bins.",
  38. "devDependencies": {
  39. "eslint": "3",
  40. "package-preamble": "0.0",
  41. "rollup": "0.41",
  42. "tape": "4",
  43. "uglify-js": "2"
  44. },
  45. "homepage": "https://github.com/d3/d3-hexbin",
  46. "jsnext:main": "index",
  47. "keywords": [
  48. "d3",
  49. "d3-module",
  50. "hexbin",
  51. "hexagonal",
  52. "binning"
  53. ],
  54. "license": "BSD-3-Clause",
  55. "main": "build/d3-hexbin.js",
  56. "module": "index",
  57. "name": "d3-hexbin",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/d3/d3-hexbin.git"
  61. },
  62. "scripts": {
  63. "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-hexbin/build/d3-hexbin.js d3-hexbin.v0.2.js && cp ../d3-hexbin/build/d3-hexbin.min.js d3-hexbin.v0.2.min.js && git add d3-hexbin.v0.2.js d3-hexbin.v0.2.min.js && git commit -m \"d3-hexbin ${npm_package_version}\" && git push && cd - && zip -j build/d3-hexbin.zip -- LICENSE README.md build/d3-hexbin.js build/d3-hexbin.min.js",
  64. "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-hexbin.js -c -m -o build/d3-hexbin.min.js",
  65. "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-hexbin.js -- index.js",
  66. "test": "tape 'test/**/*-test.js' && eslint index.js src"
  67. },
  68. "version": "0.2.2"
  69. }