package.json 2.9 KB

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