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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "raphael@^2.3.0",
  3. "_id": "raphael@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-w2yIenZAQnp257XUWGni4bLMVxpUpcIl7qgxEgDIXtmSypYtlNxfXWpOBxs7LBTps5sDwhRnrToJrMUrivqNTQ==",
  6. "_location": "/raphael",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "raphael@^2.3.0",
  12. "name": "raphael",
  13. "escapedName": "raphael",
  14. "rawSpec": "^2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/admin-lte",
  20. "/jquery-mapael"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/raphael/-/raphael-2.3.0.tgz",
  23. "_shasum": "eabeb09dba861a1d4cee077eaafb8c53f3131f89",
  24. "_spec": "raphael@^2.3.0",
  25. "_where": "C:\\Users\\Selena.Simic\\source\\repos\\scrapper-react\\scraper-react\\node_modules\\admin-lte",
  26. "author": {
  27. "name": "Dmitry Baranovskiy"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/DmitryBaranovskiy/raphael/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Tomas Alabes",
  36. "url": "https://github.com/tomasAlabes"
  37. }
  38. ],
  39. "dependencies": {
  40. "eve-raphael": "0.5.0"
  41. },
  42. "deprecated": false,
  43. "description": "JavaScript Vector Library",
  44. "devDependencies": {
  45. "qunitjs": "^1.0.0",
  46. "webpack": "4.39.2",
  47. "webpack-cli": "3.3.6"
  48. },
  49. "homepage": "http://dmitrybaranovskiy.github.io/raphael/",
  50. "keywords": [
  51. "svg",
  52. "vml",
  53. "javascript"
  54. ],
  55. "license": "MIT",
  56. "main": "raphael.min.js",
  57. "name": "raphael",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/DmitryBaranovskiy/raphael.git"
  61. },
  62. "scripts": {
  63. "build-all": "yarn build-src && yarn build-no-deps && yarn build-no-deps-min && yarn build-prod",
  64. "build-no-deps": "webpack --env.noDeps -d --devtool none --output-filename raphael.no-deps.js",
  65. "build-no-deps-min": "webpack --env.noDeps -p --output-filename raphael.no-deps.min.js",
  66. "build-prod": "webpack -p --output-filename raphael.min.js",
  67. "build-src": "webpack -d --devtool none",
  68. "dev": "webpack -d",
  69. "prepublishOnly": "yarn build-all",
  70. "start": "yarn build-all",
  71. "test": "echo \"Open dev/test/index.html with your browser\" && exit 1"
  72. },
  73. "version": "2.3.0"
  74. }