package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "node-sass@^4.8.3",
  3. "_id": "node-sass@4.11.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bHUdHTphgQJZaF1LASx0kAviPH7sGlcyNhWade4eVIpFp6tsn7SV8xNMTbsQFpEV9VXpnwTTnNYlfsZXgGgmkA==",
  6. "_location": "/node-sass",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5",
  9. "has-ansi": "2.0.0",
  10. "strip-ansi": "3.0.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "node-sass@^4.8.3",
  16. "name": "node-sass",
  17. "escapedName": "node-sass",
  18. "rawSpec": "^4.8.3",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.8.3"
  21. },
  22. "_requiredBy": [
  23. "/gulp-sass"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.11.0.tgz",
  26. "_shasum": "183faec398e9cbe93ba43362e2768ca988a6369a",
  27. "_spec": "node-sass@^4.8.3",
  28. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/gulp-sass",
  29. "author": {
  30. "name": "Andrew Nesbitt",
  31. "email": "andrewnez@gmail.com",
  32. "url": "http://andrew.github.com"
  33. },
  34. "bin": {
  35. "node-sass": "bin/node-sass"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sass/node-sass/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "async-foreach": "^0.1.3",
  43. "chalk": "^1.1.1",
  44. "cross-spawn": "^3.0.0",
  45. "gaze": "^1.0.0",
  46. "get-stdin": "^4.0.1",
  47. "glob": "^7.0.3",
  48. "in-publish": "^2.0.0",
  49. "lodash.assign": "^4.2.0",
  50. "lodash.clonedeep": "^4.3.2",
  51. "lodash.mergewith": "^4.6.0",
  52. "meow": "^3.7.0",
  53. "mkdirp": "^0.5.1",
  54. "nan": "^2.10.0",
  55. "node-gyp": "^3.8.0",
  56. "npmlog": "^4.0.0",
  57. "request": "^2.88.0",
  58. "sass-graph": "^2.2.4",
  59. "stdout-stream": "^1.4.0",
  60. "true-case-path": "^1.0.2"
  61. },
  62. "deprecated": false,
  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": "git+https://github.com/sass/sass-spec.git#dc2d573",
  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.11.0"
  120. }