package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "node-sass@3.13.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-sass@3.13.1",
  10. "_id": "node-sass@3.13.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ckD7v/I5YwS0IjUn7TAgWJwAT8I=",
  13. "_location": "/node-sass",
  14. "_phantomChildren": {
  15. "concat-map": "0.0.1",
  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@3.13.1",
  26. "name": "node-sass",
  27. "escapedName": "node-sass",
  28. "rawSpec": "3.13.1",
  29. "saveSpec": null,
  30. "fetchSpec": "3.13.1"
  31. },
  32. "_requiredBy": [
  33. "/gulp-sass"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.13.1.tgz",
  36. "_spec": "3.13.1",
  37. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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. "meow": "^3.7.0",
  60. "mkdirp": "^0.5.1",
  61. "nan": "^2.3.2",
  62. "node-gyp": "^3.3.1",
  63. "npmlog": "^4.0.0",
  64. "request": "^2.61.0",
  65. "sass-graph": "^2.1.1"
  66. },
  67. "description": "Wrapper around libsass",
  68. "devDependencies": {
  69. "coveralls": "^2.11.8",
  70. "eslint": "^3.4.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": "^3.3.6-5"
  78. },
  79. "engines": {
  80. "node": ">=0.10.0"
  81. },
  82. "files": [
  83. "bin",
  84. "binding.gyp",
  85. "lib",
  86. "scripts",
  87. "src",
  88. "test",
  89. "vendor"
  90. ],
  91. "gypfile": true,
  92. "homepage": "https://github.com/sass/node-sass",
  93. "keywords": [
  94. "css",
  95. "libsass",
  96. "preprocessor",
  97. "sass",
  98. "scss",
  99. "style"
  100. ],
  101. "libsass": "3.3.6",
  102. "license": "MIT",
  103. "main": "lib/index.js",
  104. "name": "node-sass",
  105. "nodeSassConfig": {
  106. "binarySite": "https://github.com/sass/node-sass/releases/download"
  107. },
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/sass/node-sass.git"
  111. },
  112. "scripts": {
  113. "build": "node scripts/build.js --force",
  114. "coverage": "node scripts/coverage.js",
  115. "install": "node scripts/install.js",
  116. "lint": "eslint bin/node-sass lib scripts test",
  117. "postinstall": "node scripts/build.js",
  118. "prepublish": "not-in-install && node scripts/prepublish.js || in-install",
  119. "test": "mocha test/{*,**/**}.js"
  120. },
  121. "version": "3.13.1"
  122. }