package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "node-sass",
  3. "_id": "node-sass@7.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8MIlsY/4dXUkJDYht9pIWBhMil3uHmE8b/AdJPjmFn1nBx9X9BASzfzmsCy0uCCb8eqI3SYYzVPDswWqSx7gjw==",
  6. "_location": "/node-sass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "node-sass",
  12. "name": "node-sass",
  13. "escapedName": "node-sass",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-7.0.3.tgz",
  23. "_shasum": "7620bcd5559c2bf125c4fbb9087ba75cd2df2ab2",
  24. "_spec": "node-sass",
  25. "_where": "G:\\项目\\mobile",
  26. "author": {
  27. "name": "Andrew Nesbitt",
  28. "email": "andrewnez@gmail.com",
  29. "url": "http://andrew.github.com"
  30. },
  31. "bin": {
  32. "node-sass": "bin/node-sass"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sass/node-sass/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "async-foreach": "^0.1.3",
  40. "chalk": "^4.1.2",
  41. "cross-spawn": "^7.0.3",
  42. "gaze": "^1.0.0",
  43. "get-stdin": "^4.0.1",
  44. "glob": "^7.0.3",
  45. "lodash": "^4.17.15",
  46. "meow": "^9.0.0",
  47. "nan": "^2.13.2",
  48. "node-gyp": "^8.4.1",
  49. "npmlog": "^5.0.0",
  50. "request": "^2.88.0",
  51. "sass-graph": "^4.0.1",
  52. "stdout-stream": "^1.4.0",
  53. "true-case-path": "^1.0.2"
  54. },
  55. "deprecated": false,
  56. "description": "Wrapper around libsass",
  57. "devDependencies": {
  58. "eslint": "^8.0.0",
  59. "fs-extra": "^10.0.0",
  60. "mocha": "^9.0.1",
  61. "nyc": "^15.1.0",
  62. "rimraf": "^3.0.2",
  63. "unique-temp-dir": "^1.0.0"
  64. },
  65. "engines": {
  66. "node": ">=12"
  67. },
  68. "files": [
  69. "bin",
  70. "binding.gyp",
  71. "lib",
  72. "scripts",
  73. "src",
  74. "test",
  75. "vendor"
  76. ],
  77. "gypfile": true,
  78. "homepage": "https://github.com/sass/node-sass",
  79. "keywords": [
  80. "css",
  81. "libsass",
  82. "preprocessor",
  83. "sass",
  84. "scss",
  85. "style"
  86. ],
  87. "libsass": "3.5.5",
  88. "license": "MIT",
  89. "main": "lib/index.js",
  90. "name": "node-sass",
  91. "nodeSassConfig": {
  92. "binarySite": "https://github.com/sass/node-sass/releases/download"
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/sass/node-sass.git"
  97. },
  98. "scripts": {
  99. "build": "node scripts/build.js --force",
  100. "coverage": "nyc npm run test",
  101. "install": "node scripts/install.js",
  102. "lint": "eslint bin/node-sass lib scripts test",
  103. "postinstall": "node scripts/build.js",
  104. "prepublishOnly ": "scripts/prepublish.js",
  105. "test": "mocha test/{*,**/**}.js"
  106. },
  107. "version": "7.0.3"
  108. }