package.json 3.2 KB

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