package.json 2.9 KB

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