You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

118 lines
3.0 KiB

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