package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "node-sass",
  3. "_id": "node-sass@4.13.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==",
  6. "_location": "/node-sass",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5",
  9. "has-ansi": "2.0.0",
  10. "pseudomap": "1.0.2",
  11. "which": "1.3.1"
  12. },
  13. "_requested": {
  14. "type": "tag",
  15. "registry": true,
  16. "raw": "node-sass",
  17. "name": "node-sass",
  18. "escapedName": "node-sass",
  19. "rawSpec": "",
  20. "saveSpec": null,
  21. "fetchSpec": "latest"
  22. },
  23. "_requiredBy": [
  24. "#DEV:/",
  25. "#USER"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz",
  28. "_shasum": "9db5689696bb2eec2c32b98bfea4c7a2e992d0a3",
  29. "_spec": "node-sass",
  30. "_where": "G:\\micro\\react\\cld2_react",
  31. "author": {
  32. "name": "Andrew Nesbitt",
  33. "email": "andrewnez@gmail.com",
  34. "url": "http://andrew.github.com"
  35. },
  36. "bin": {
  37. "node-sass": "bin/node-sass"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sass/node-sass/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "async-foreach": "^0.1.3",
  45. "chalk": "^1.1.1",
  46. "cross-spawn": "^3.0.0",
  47. "gaze": "^1.0.0",
  48. "get-stdin": "^4.0.1",
  49. "glob": "^7.0.3",
  50. "in-publish": "^2.0.0",
  51. "lodash": "^4.17.15",
  52. "meow": "^3.7.0",
  53. "mkdirp": "^0.5.1",
  54. "nan": "^2.13.2",
  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.13.1"
  120. }