package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "tinycolor2@1.4.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "tinycolor2@1.4.1",
  9. "_id": "tinycolor2@1.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g=",
  12. "_location": "/tinycolor2",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tinycolor2@1.4.1",
  18. "name": "tinycolor2",
  19. "escapedName": "tinycolor2",
  20. "rawSpec": "1.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.1"
  23. },
  24. "_requiredBy": [
  25. "/iview",
  26. "/view-design"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.1.tgz",
  29. "_spec": "1.4.1",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Brian Grinstead",
  33. "email": "briangrinstead@gmail.com",
  34. "url": "http://briangrinstead.com"
  35. },
  36. "contributors": [],
  37. "description": "Fast Color Parsing and Manipulation",
  38. "devDependencies": {
  39. "grunt": "~0.4.1",
  40. "grunt-contrib-concat": "~0.1.3",
  41. "grunt-contrib-jshint": "~0.1.1",
  42. "grunt-contrib-qunit": "^0.7.0",
  43. "grunt-contrib-uglify": "~0.2.0",
  44. "grunt-docco": "~0.2.0"
  45. },
  46. "directories": {},
  47. "engines": {
  48. "node": "*"
  49. },
  50. "keywords": [
  51. "color",
  52. "parser",
  53. "tinycolor"
  54. ],
  55. "license": "MIT",
  56. "main": "./tinycolor.js",
  57. "name": "tinycolor2",
  58. "repository": {
  59. "type": "git",
  60. "url": "https://bgrins.github.com/TinyColor"
  61. },
  62. "url": "http://bgrins.github.com/TinyColor",
  63. "version": "1.4.1"
  64. }