package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "node-sass@4.14.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-sass@4.14.1",
  10. "_id": "node-sass@4.14.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==",
  13. "_location": "/node-sass",
  14. "_phantomChildren": {
  15. "escape-string-regexp": "1.0.5",
  16. "has-ansi": "2.0.0",
  17. "lru-cache": "4.1.5",
  18. "strip-ansi": "3.0.1",
  19. "which": "1.3.1"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "node-sass@4.14.1",
  25. "name": "node-sass",
  26. "escapedName": "node-sass",
  27. "rawSpec": "4.14.1",
  28. "saveSpec": null,
  29. "fetchSpec": "4.14.1"
  30. },
  31. "_requiredBy": [
  32. "#DEV:/"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz",
  35. "_spec": "4.14.1",
  36. "_where": "E:\\2023\\5\\myjadmin",
  37. "author": {
  38. "name": "Andrew Nesbitt",
  39. "email": "andrewnez@gmail.com",
  40. "url": "http://andrew.github.com"
  41. },
  42. "bin": {
  43. "node-sass": "bin/node-sass"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sass/node-sass/issues"
  47. },
  48. "dependencies": {
  49. "async-foreach": "^0.1.3",
  50. "chalk": "^1.1.1",
  51. "cross-spawn": "^3.0.0",
  52. "gaze": "^1.0.0",
  53. "get-stdin": "^4.0.1",
  54. "glob": "^7.0.3",
  55. "in-publish": "^2.0.0",
  56. "lodash": "^4.17.15",
  57. "meow": "^3.7.0",
  58. "mkdirp": "^0.5.1",
  59. "nan": "^2.13.2",
  60. "node-gyp": "^3.8.0",
  61. "npmlog": "^4.0.0",
  62. "request": "^2.88.0",
  63. "sass-graph": "2.2.5",
  64. "stdout-stream": "^1.4.0",
  65. "true-case-path": "^1.0.2"
  66. },
  67. "description": "Wrapper around libsass",
  68. "devDependencies": {
  69. "coveralls": "^3.0.2",
  70. "eslint": "^3.4.0",
  71. "fs-extra": "^0.30.0",
  72. "istanbul": "^0.4.2",
  73. "mocha": "^3.1.2",
  74. "mocha-lcov-reporter": "^1.2.0",
  75. "object-merge": "^2.5.1",
  76. "read-yaml": "^1.0.0",
  77. "rimraf": "^2.5.2",
  78. "sass-spec": "git+https://github.com/sass/sass-spec.git#dc2d573",
  79. "unique-temp-dir": "^1.0.0"
  80. },
  81. "engines": {
  82. "node": ">=0.10.0"
  83. },
  84. "files": [
  85. "bin",
  86. "binding.gyp",
  87. "lib",
  88. "scripts",
  89. "src",
  90. "test",
  91. "vendor"
  92. ],
  93. "gypfile": true,
  94. "homepage": "https://github.com/sass/node-sass",
  95. "keywords": [
  96. "css",
  97. "libsass",
  98. "preprocessor",
  99. "sass",
  100. "scss",
  101. "style"
  102. ],
  103. "libsass": "3.5.5",
  104. "license": "MIT",
  105. "main": "lib/index.js",
  106. "name": "node-sass",
  107. "nodeSassConfig": {
  108. "binarySite": "https://github.com/sass/node-sass/releases/download"
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/sass/node-sass.git"
  113. },
  114. "scripts": {
  115. "build": "node scripts/build.js --force",
  116. "coverage": "node scripts/coverage.js",
  117. "install": "node scripts/install.js",
  118. "lint": "eslint bin/node-sass lib scripts test",
  119. "postinstall": "node scripts/build.js",
  120. "prepublish": "not-in-install && node scripts/prepublish.js || in-install",
  121. "test": "mocha test/{*,**/**}.js"
  122. },
  123. "version": "4.14.1"
  124. }