package.json 1.62 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
{
  "_from": "chartjs-color-string@^0.5.0",
  "_id": "chartjs-color-string@0.5.0",
  "_inBundle": false,
  "_integrity": "sha512-amWNvCOXlOUYxZVDSa0YOab5K/lmEhbFNKI55PWc4mlv28BDzA7zaoQTGxSBgJMHIW+hGX8YUrvw/FH4LyhwSQ==",
  "_location": "/chartjs-color-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "chartjs-color-string@^0.5.0",
    "name": "chartjs-color-string",
    "escapedName": "chartjs-color-string",
    "rawSpec": "^0.5.0",
    "saveSpec": null,
    "fetchSpec": "^0.5.0"
  },
  "_requiredBy": [
    "/chartjs-color"
  ],
  "_resolved": "https://registry.npmjs.org/chartjs-color-string/-/chartjs-color-string-0.5.0.tgz",
  "_shasum": "8d3752d8581d86687c35bfe2cb80ac5213ceb8c1",
  "_spec": "chartjs-color-string@^0.5.0",
  "_where": "C:\\EnterprisePT\\myHrAppServer\\webapps\\STD_NEW\\hrAppWeb.war\\public\\lib\\node_modules\\chartjs-color",
  "author": {
    "name": "Heather Arthur",
    "email": "fayearthur@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/chartjs/chartjs-color-string/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "color-name": "^1.0.0"
  },
  "deprecated": false,
  "description": "Parser and generator for CSS color strings",
  "homepage": "https://github.com/chartjs/chartjs-color-string#readme",
  "keywords": [
    "color",
    "colour",
    "rgb",
    "css"
  ],
  "license": "MIT",
  "main": "./color-string",
  "name": "chartjs-color-string",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chartjs/chartjs-color-string.git"
  },
  "scripts": {
    "test": "node test/basic.js"
  },
  "version": "0.5.0"
}