package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "node-sass@4.8.3",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-sass@4.8.3",
  10. "_id": "node-sass@4.8.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tfFWhUsCk/Y19zarDcPo5xpj+IW3qCfOjVdHtYeG6S1CKbQOh1zqylnQK6cV3z9k80yxAnFX9Y+a9+XysDhhfg==",
  13. "_location": "/node-sass",
  14. "_phantomChildren": {
  15. "brace-expansion": "1.1.8",
  16. "fs.realpath": "1.0.0",
  17. "inflight": "1.0.6",
  18. "inherits": "2.0.3",
  19. "once": "1.3.3",
  20. "path-is-absolute": "1.0.1"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "node-sass@4.8.3",
  26. "name": "node-sass",
  27. "escapedName": "node-sass",
  28. "rawSpec": "4.8.3",
  29. "saveSpec": null,
  30. "fetchSpec": "4.8.3"
  31. },
  32. "_requiredBy": [
  33. "/gulp-sass"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.8.3.tgz",
  36. "_spec": "4.8.3",
  37. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  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. "dependencies": {
  50. "async-foreach": "^0.1.3",
  51. "chalk": "^1.1.1",
  52. "cross-spawn": "^3.0.0",
  53. "gaze": "^1.0.0",
  54. "get-stdin": "^4.0.1",
  55. "glob": "^7.0.3",
  56. "in-publish": "^2.0.0",
  57. "lodash.assign": "^4.2.0",
  58. "lodash.clonedeep": "^4.3.2",
  59. "lodash.mergewith": "^4.6.0",
  60. "meow": "^3.7.0",
  61. "mkdirp": "^0.5.1",
  62. "nan": "^2.10.0",
  63. "node-gyp": "^3.3.1",
  64. "npmlog": "^4.0.0",
  65. "request": "~2.79.0",
  66. "sass-graph": "^2.2.4",
  67. "stdout-stream": "^1.4.0",
  68. "true-case-path": "^1.0.2"
  69. },
  70. "description": "Wrapper around libsass",
  71. "devDependencies": {
  72. "coveralls": "^2.11.8",
  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": "^3.5.1",
  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.2",
  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.8.3"
  127. }