HEX
Server: Apache/2.4.18 (Ubuntu)
System: Linux ubuntu 7.0.5-x86_64-linode173 #1 SMP PREEMPT_DYNAMIC Fri May 8 10:12:05 EDT 2026 x86_64
User: root (0)
PHP: 7.2.28-1+ubuntu16.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //opt/code/node_modules/highcharts/package.json
{
  "name": "highcharts",
  "description": "JavaScript charting framework",
  "homepage": "http://www.highcharts.com",
  "version": "5.0.15",
  "author": {
    "name": "Highsoft AS",
    "email": "support@highcharts.com",
    "url": "http://www.highcharts.com/about"
  },
  "main": "highcharts.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/highcharts/highcharts-dist"
  },
  "keywords": [
    "charts",
    "dataviz",
    "graphs",
    "visualization",
    "data",
    "browserify",
    "webpack"
  ],
  "bugs": {
    "url": "https://github.com/highcharts/highcharts/issues"
  },
  "license": "https://www.highcharts.com/license",
  "readme": "Highcharts is a JavaScript charting library based on SVG, with fallbacks to VML and canvas for old browsers. This package also contains Highstock, the financial charting package, and Highmaps for geo maps.\r\n\r\n_For NPM users, please note that this module replaces the previous [Highcharts Server](https://www.npmjs.com/package/highcharts-server) module._\r\n\r\n* Official website:  [www.highcharts.com](http://www.highcharts.com)\r\n* Download page: [www.highcharts.com/download](http://www.highcharts.com/download)\r\n* Licensing: [www.highcharts.com/license](http://www.highcharts.com/license)\r\n* Support: [www.highcharts.com/support](http://www.highcharts.com/support)\r\n* Issues: [Working repo](https://github.com/highcharts/highcharts/issues)\r\n\r\n## Example Usage in Node/Browserify/Webpack\r\nPlease note that there are several ways to use Highcharts. For general installation instructions, see [the docs](http://www.highcharts.com/docs/getting-started/installation).\r\n\r\nFirst, install the highcharts package.\r\n```\r\nnpm install highcharts\r\n```\r\n\r\nNow load Highcharts in your project.\r\n```js\r\n// Load Highcharts\r\nvar Highcharts = require('highcharts');\r\n\r\n// Alternatively, this is how to load Highstock or Highmaps\r\n// var Highcharts = require('highcharts/highstock');\r\n// var Highcharts = require('highcharts/highmaps');\r\n\r\n// This is how a module is loaded. Pass in Highcharts as a parameter.\r\nrequire('highcharts/modules/exporting')(Highcharts);\r\n\r\n// Generate the chart\r\nvar chart = Highcharts.chart('container', {\r\n\tseries: [{\r\n\t\tdata: [1, 3, 2, 4]\r\n\t}],\r\n  \t// ... more options - see http://api.highcharts.com/highcharts\r\n});\r\n```\r\n",
  "readmeFilename": "README.md",
  "_id": "highcharts@5.0.15",
  "dist": {
    "shasum": "c8acd509e0f8860c0ac801b41899adc7f685478c"
  },
  "_from": "highcharts@^5.0.14",
  "_resolved": "http://registry.npmjs.org/highcharts/-/highcharts-5.0.15.tgz"
}