package.json 3.3 KB

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