package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "cssstyle@1.4.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cssstyle@1.4.0",
  10. "_id": "cssstyle@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==",
  13. "_location": "/cssstyle",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cssstyle@1.4.0",
  19. "name": "cssstyle",
  20. "escapedName": "cssstyle",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.4.0.tgz",
  30. "_spec": "1.4.0",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "bugs": {
  33. "url": "https://github.com/jsakas/CSSStyleDeclaration/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Chad Walker",
  38. "email": "chad@chad-cat-lore-eddie.com",
  39. "url": "https://github.com/chad3814"
  40. },
  41. {
  42. "name": "Rafał Ruciński",
  43. "email": "fatfisz@gmail.com",
  44. "url": "https://fatfisz.com"
  45. },
  46. {
  47. "name": "Nikita Vasilyev",
  48. "email": "me@elv1s.ru"
  49. },
  50. {
  51. "name": "Davide P. Cervone"
  52. },
  53. {
  54. "name": "Forbes Lindesay"
  55. }
  56. ],
  57. "dependencies": {
  58. "cssom": "0.3.x"
  59. },
  60. "description": "CSSStyleDeclaration Object Model implementation",
  61. "devDependencies": {
  62. "babel-generator": "~6.26.1",
  63. "babel-traverse": "~6.26.0",
  64. "babel-types": "~6.26.0",
  65. "babylon": "~6.18.0",
  66. "eslint": "5.13.0",
  67. "eslint-config-prettier": "4.0.0",
  68. "eslint-plugin-prettier": "3.0.1",
  69. "nodeunit": "~0.11.3",
  70. "npm-run-all": "^4.1.5",
  71. "prettier": "1.16.4",
  72. "request": "^2.88.0",
  73. "resolve": "~1.8.1"
  74. },
  75. "directories": {
  76. "lib": "./lib"
  77. },
  78. "homepage": "https://github.com/jsakas/CSSStyleDeclaration",
  79. "keywords": [
  80. "CSS",
  81. "CSSStyleDeclaration",
  82. "StyleSheet"
  83. ],
  84. "license": "MIT",
  85. "main": "./lib/CSSStyleDeclaration.js",
  86. "maintainers": [
  87. {
  88. "name": "Jon Sakas",
  89. "email": "jon.sakas@gmail.com",
  90. "url": "https://jon.sakas.co/"
  91. }
  92. ],
  93. "name": "cssstyle",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jsakas/CSSStyleDeclaration.git"
  97. },
  98. "scripts": {
  99. "download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
  100. "generate": "run-p generate:*",
  101. "generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
  102. "generate:properties": "node ./scripts/generate_properties.js",
  103. "lint": "npm run generate && eslint . --max-warnings 0",
  104. "lint:fix": "eslint . --fix --max-warnings 0",
  105. "prepublishOnly": "npm run test-ci",
  106. "test": "npm run generate && nodeunit tests",
  107. "test-ci": "npm run lint && npm run test"
  108. },
  109. "version": "1.4.0"
  110. }