package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "node-sass",
  3. "_id": "node-sass@4.7.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CaV+wLqZ7//Jdom5aUFCpGNoECd7BbNhjuwdsX/LkXBrHl8eb1Wjw4HvWqcFvhr5KuNgAk8i/myf/MQ1YYeroA==",
  6. "_location": "/node-sass",
  7. "_phantomChildren": {
  8. "concat-map": "0.0.1",
  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": "tag",
  17. "registry": true,
  18. "raw": "node-sass",
  19. "name": "node-sass",
  20. "escapedName": "node-sass",
  21. "rawSpec": "",
  22. "saveSpec": null,
  23. "fetchSpec": "latest"
  24. },
  25. "_requiredBy": [
  26. "#USER",
  27. "/"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.7.2.tgz",
  30. "_shasum": "9366778ba1469eb01438a9e8592f4262bcb6794e",
  31. "_spec": "node-sass",
  32. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi",
  33. "author": {
  34. "name": "Andrew Nesbitt",
  35. "email": "andrewnez@gmail.com",
  36. "url": "http://andrew.github.com"
  37. },
  38. "bin": {
  39. "node-sass": "bin/node-sass"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sass/node-sass/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "async-foreach": "^0.1.3",
  47. "chalk": "^1.1.1",
  48. "cross-spawn": "^3.0.0",
  49. "gaze": "^1.0.0",
  50. "get-stdin": "^4.0.1",
  51. "glob": "^7.0.3",
  52. "in-publish": "^2.0.0",
  53. "lodash.assign": "^4.2.0",
  54. "lodash.clonedeep": "^4.3.2",
  55. "lodash.mergewith": "^4.6.0",
  56. "meow": "^3.7.0",
  57. "mkdirp": "^0.5.1",
  58. "nan": "^2.3.2",
  59. "node-gyp": "^3.3.1",
  60. "npmlog": "^4.0.0",
  61. "request": "~2.79.0",
  62. "sass-graph": "^2.2.4",
  63. "stdout-stream": "^1.4.0",
  64. "true-case-path": "^1.0.2"
  65. },
  66. "deprecated": false,
  67. "description": "Wrapper around libsass",
  68. "devDependencies": {
  69. "coveralls": "^2.11.8",
  70. "eslint": "^3.4.0",
  71. "fs-extra": "^0.30.0",
  72. "istanbul": "^0.4.2",
  73. "mocha": "^3.1.2",
  74. "mocha-lcov-reporter": "^1.2.0",
  75. "object-merge": "^2.5.1",
  76. "read-yaml": "^1.0.0",
  77. "rimraf": "^2.5.2",
  78. "sass-spec": "3.5.0-1",
  79. "unique-temp-dir": "^1.0.0"
  80. },
  81. "engines": {
  82. "node": ">=0.10.0"
  83. },
  84. "files": [
  85. "bin",
  86. "binding.gyp",
  87. "lib",
  88. "scripts",
  89. "src",
  90. "test",
  91. "vendor"
  92. ],
  93. "gypfile": true,
  94. "homepage": "https://github.com/sass/node-sass",
  95. "keywords": [
  96. "css",
  97. "libsass",
  98. "preprocessor",
  99. "sass",
  100. "scss",
  101. "style"
  102. ],
  103. "libsass": "3.5.0.beta.2",
  104. "license": "MIT",
  105. "main": "lib/index.js",
  106. "name": "node-sass",
  107. "nodeSassConfig": {
  108. "binarySite": "https://github.com/sass/node-sass/releases/download"
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/sass/node-sass.git"
  113. },
  114. "scripts": {
  115. "build": "node scripts/build.js --force",
  116. "coverage": "node scripts/coverage.js",
  117. "install": "node scripts/install.js",
  118. "lint": "eslint bin/node-sass lib scripts test",
  119. "postinstall": "node scripts/build.js",
  120. "prepublish": "not-in-install && node scripts/prepublish.js || in-install",
  121. "test": "mocha test/{*,**/**}.js"
  122. },
  123. "version": "4.7.2"
  124. }