You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

78 lines
2.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "d3-scale@1.0.7",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "d3-scale@1.0.7",
  9. "_id": "d3-scale@1.0.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-KvU92czp2/qse5tUfGms6Kjig0AhHOwkzXG0+PqIJB3ke0WUv088AHMZI0OssO9NCkXt4RP8yju9rpH8aGB7Lw==",
  12. "_location": "/d3-scale",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d3-scale@1.0.7",
  18. "name": "d3-scale",
  19. "escapedName": "d3-scale",
  20. "rawSpec": "1.0.7",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.7"
  23. },
  24. "_requiredBy": [
  25. "/react-vis"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.7.tgz",
  28. "_spec": "1.0.7",
  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-scale/issues"
  36. },
  37. "dependencies": {
  38. "d3-array": "^1.2.0",
  39. "d3-collection": "1",
  40. "d3-color": "1",
  41. "d3-format": "1",
  42. "d3-interpolate": "1",
  43. "d3-time": "1",
  44. "d3-time-format": "2"
  45. },
  46. "description": "Encodings that map abstract data to visual representation.",
  47. "devDependencies": {
  48. "eslint": "3",
  49. "package-preamble": "0.1",
  50. "rollup": "0.41",
  51. "tape": "4",
  52. "uglify-js": "^2.8.11"
  53. },
  54. "homepage": "https://d3js.org/d3-scale/",
  55. "jsnext:main": "index",
  56. "keywords": [
  57. "d3",
  58. "d3-module",
  59. "scale",
  60. "visualization"
  61. ],
  62. "license": "BSD-3-Clause",
  63. "main": "build/d3-scale.js",
  64. "module": "index",
  65. "name": "d3-scale",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/d3/d3-scale.git"
  69. },
  70. "scripts": {
  71. "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-scale/build/d3-scale.js d3-scale.v1.js && cp ../d3-scale/build/d3-scale.min.js d3-scale.v1.min.js && git add d3-scale.v1.js d3-scale.v1.min.js && git commit -m \"d3-scale ${npm_package_version}\" && git push && cd - && zip -j build/d3-scale.zip -- LICENSE README.md build/d3-scale.js build/d3-scale.min.js",
  72. "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-scale.js -c -m -o build/d3-scale.min.js",
  73. "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3,d3-collection:d3,d3-color:d3,d3-format:d3,d3-interpolate:d3,d3-time:d3,d3-time-format:d3 -n d3 -o build/d3-scale.js -- index.js",
  74. "test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test"
  75. },
  76. "version": "1.0.7"
  77. }