package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "node-sass@4.14.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-sass@4.14.1",
  10. "_id": "node-sass@4.14.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mch+wu+3BH7WOPtMnbfzpC4iF7U=",
  13. "_location": "/node-sass",
  14. "_phantomChildren": {
  15. "escape-string-regexp": "1.0.5",
  16. "has-ansi": "2.0.0",
  17. "pseudomap": "1.0.2",
  18. "which": "1.3.1"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "node-sass@4.14.1",
  24. "name": "node-sass",
  25. "escapedName": "node-sass",
  26. "rawSpec": "4.14.1",
  27. "saveSpec": null,
  28. "fetchSpec": "4.14.1"
  29. },
  30. "_requiredBy": [
  31. "#DEV:/"
  32. ],
  33. "_resolved": "https://registry.nlark.com/node-sass/download/node-sass-4.14.1.tgz",
  34. "_spec": "4.14.1",
  35. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  36. "author": {
  37. "name": "Andrew Nesbitt",
  38. "email": "andrewnez@gmail.com",
  39. "url": "http://andrew.github.com"
  40. },
  41. "bin": {
  42. "node-sass": "bin/node-sass"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/sass/node-sass/issues"
  46. },
  47. "dependencies": {
  48. "async-foreach": "^0.1.3",
  49. "chalk": "^1.1.1",
  50. "cross-spawn": "^3.0.0",
  51. "gaze": "^1.0.0",
  52. "get-stdin": "^4.0.1",
  53. "glob": "^7.0.3",
  54. "in-publish": "^2.0.0",
  55. "lodash": "^4.17.15",
  56. "meow": "^3.7.0",
  57. "mkdirp": "^0.5.1",
  58. "nan": "^2.13.2",
  59. "node-gyp": "^3.8.0",
  60. "npmlog": "^4.0.0",
  61. "request": "^2.88.0",
  62. "sass-graph": "2.2.5",
  63. "stdout-stream": "^1.4.0",
  64. "true-case-path": "^1.0.2"
  65. },
  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.5",
  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.14.1"
  123. }