package.json 2.9 KB

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