source: imaps-frontend/node_modules/rgbcolor/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "_from": "rgbcolor@^1.0.1",
3 "_id": "rgbcolor@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-9aZLIrhRaD97sgVhtJOW6ckOEh6/GnvQtdVNfdZ6s67+3/XwLS9lBcQYzEEhYVeUowN7pRzMLsyGhK2i/xvWbw==",
6 "_location": "/rgbcolor",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "rgbcolor@^1.0.1",
12 "name": "rgbcolor",
13 "escapedName": "rgbcolor",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/canvg"
20 ],
21 "_resolved": "https://registry.npmjs.org/rgbcolor/-/rgbcolor-1.0.1.tgz",
22 "_shasum": "d6505ecdb304a6595da26fa4b43307306775945d",
23 "_spec": "rgbcolor@^1.0.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/canvg",
25 "author": {
26 "name": "Sebastian Vollnhals",
27 "email": "sebastian@vollnhals.info"
28 },
29 "bugs": {
30 "url": "https://github.com/yetzt/node-rgbcolor/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "A module to parse color values",
35 "engines": {
36 "node": ">= 0.8.15"
37 },
38 "homepage": "https://github.com/yetzt/node-rgbcolor#readme",
39 "keywords": [
40 "rgb",
41 "color",
42 "rgbcolor"
43 ],
44 "license": "MIT OR SEE LICENSE IN FEEL-FREE.md",
45 "main": "./index.js",
46 "name": "rgbcolor",
47 "repository": {
48 "type": "git",
49 "url": "git+https://github.com/yetzt/node-rgbcolor.git"
50 },
51 "version": "1.0.1"
52}
Note: See TracBrowser for help on using the repository browser.