Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « chroma-js « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caf5a2910cb223c3254d405701077a92b7c2791c (plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "_from": "chroma-js@^0.6.3",
  "_id": "chroma-js@0.6.3",
  "_inBundle": false,
  "_integrity": "sha1-tTRPm3ycrO/TJiGE42lvqReo5cA=",
  "_location": "/chroma-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "chroma-js@^0.6.3",
    "name": "chroma-js",
    "escapedName": "chroma-js",
    "rawSpec": "^0.6.3",
    "saveSpec": null,
    "fetchSpec": "^0.6.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/chroma-js/-/chroma-js-0.6.3.tgz",
  "_shasum": "b5344f9b7c9cacefd3262184e3696fa917a8e5c0",
  "_spec": "chroma-js@^0.6.3",
  "_where": "/Users/benakamoorthi/Projects/matomo",
  "author": {
    "name": "Gregor Aisch"
  },
  "bugs": {
    "url": "https://github.com/gka/chroma.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JavaScript library for color conversions",
  "devDependencies": {
    "coffee-script": "1.2",
    "es6-shim": "^0.18.0",
    "uglify-js": "2.x",
    "vows": "0.7.x"
  },
  "homepage": "https://github.com/gka/chroma.js",
  "keywords": [
    "color"
  ],
  "main": "chroma.js",
  "maintainers": [
    {
      "name": "Klemen Slavič",
      "email": "klemen@celtra.com",
      "url": "http://about.me/klemen.slavic"
    },
    {
      "name": "Gregor Aisch",
      "email": "mail@driven-by-data.net",
      "url": "http://driven-by-data.net"
    }
  ],
  "name": "chroma-js",
  "repository": {
    "type": "git",
    "url": "git://github.com/gka/chroma.js.git"
  },
  "scripts": {
    "test": "vows; echo"
  },
  "spm": {
    "main": "chroma.js",
    "ignore": [
      "src",
      "doc",
      "test"
    ]
  },
  "version": "0.6.3"
}