Advertisement
Guest User

Untitled

a guest
Mar 13th, 2018
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. {
  2. "_args": [
  3. [
  4. "node-sass@4.5.2",
  5. "C:\\Users\\pdabrowski1\\Desktop\\bb13\\NewBask\\NewBask.Web"
  6. ]
  7. ],
  8. "_from": "node-sass@4.5.2",
  9. "_id": "node-sass@4.5.2",
  10. "_inCache": true,
  11. "_location": "/node-sass",
  12. "_nodeVersion": "7.6.0",
  13. "_npmOperationalInternal": {
  14. "host": "packages-18-east.internal.npmjs.com",
  15. "tmp": "tmp/node-sass-4.5.2.tgz_1490769057844_0.9959443658590317"
  16. },
  17. "_npmUser": {
  18. "email": "xzyfer@gmail.com",
  19. "name": "xzyfer"
  20. },
  21. "_npmVersion": "4.1.2",
  22. "_phantomChildren": {},
  23. "_requested": {
  24. "name": "node-sass",
  25. "raw": "node-sass@4.5.2",
  26. "rawSpec": "4.5.2",
  27. "scope": null,
  28. "spec": "4.5.2",
  29. "type": "version"
  30. },
  31. "_requiredBy": [
  32. "#DEV:/"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.5.2.tgz",
  35. "_shasum": "4012fa2bd129b1d6365117e88d9da0500d99da64",
  36. "_shrinkwrap": null,
  37. "_spec": "node-sass@4.5.2",
  38. "_where": "C:\\Users\\pdabrowski1\\Desktop\\bb13\\NewBask\\NewBask.Web",
  39. "author": {
  40. "email": "andrewnez@gmail.com",
  41. "name": "Andrew Nesbitt",
  42. "url": "http://andrew.github.com"
  43. },
  44. "bin": {
  45. "node-sass": "bin/node-sass"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/sass/node-sass/issues"
  49. },
  50. "dependencies": {
  51. "async-foreach": "^0.1.3",
  52. "chalk": "^1.1.1",
  53. "cross-spawn": "^3.0.0",
  54. "gaze": "^1.0.0",
  55. "get-stdin": "^4.0.1",
  56. "glob": "^7.0.3",
  57. "in-publish": "^2.0.0",
  58. "lodash.assign": "^4.2.0",
  59. "lodash.clonedeep": "^4.3.2",
  60. "lodash.mergewith": "^4.6.0",
  61. "meow": "^3.7.0",
  62. "mkdirp": "^0.5.1",
  63. "nan": "^2.3.2",
  64. "node-gyp": "^3.3.1",
  65. "npmlog": "^4.0.0",
  66. "request": "^2.79.0",
  67. "sass-graph": "^2.1.1",
  68. "stdout-stream": "^1.4.0"
  69. },
  70. "description": "Wrapper around libsass",
  71. "devDependencies": {
  72. "coveralls": "^2.11.8",
  73. "eslint": "^3.4.0",
  74. "istanbul": "^0.4.2",
  75. "mocha": "^3.1.2",
  76. "mocha-lcov-reporter": "^1.2.0",
  77. "object-merge": "^2.5.1",
  78. "read-yaml": "^1.0.0",
  79. "rimraf": "^2.5.2",
  80. "sass-spec": "3.5.0-1"
  81. },
  82. "directories": {},
  83. "dist": {
  84. "shasum": "4012fa2bd129b1d6365117e88d9da0500d99da64",
  85. "tarball": "https://registry.npmjs.org/node-sass/-/node-sass-4.5.2.tgz"
  86. },
  87. "engines": {
  88. "node": ">=0.10.0"
  89. },
  90. "files": [
  91. "bin",
  92. "binding.gyp",
  93. "lib",
  94. "scripts",
  95. "src",
  96. "test",
  97. "vendor"
  98. ],
  99. "gitHead": "ae4f935f04ec1d3a5db2b5692f97171ec7ddb9a5",
  100. "gypfile": true,
  101. "homepage": "https://github.com/sass/node-sass",
  102. "installable": true,
  103. "keywords": [
  104. "css",
  105. "libsass",
  106. "preprocessor",
  107. "sass",
  108. "scss",
  109. "style"
  110. ],
  111. "libsass": "3.5.0.beta.2",
  112. "license": "MIT",
  113. "main": "lib/index.js",
  114. "maintainers": [
  115. {
  116. "name": "am11",
  117. "email": "adeelbm@outlook.com"
  118. },
  119. {
  120. "name": "andrewnez",
  121. "email": "andrewnez@gmail.com"
  122. },
  123. {
  124. "name": "deanmao",
  125. "email": "deanmao@gmail.com"
  126. },
  127. {
  128. "name": "keithamus",
  129. "email": "npm@keithcirkel.co.uk"
  130. },
  131. {
  132. "name": "laurentgoderre",
  133. "email": "laurent.goderre@gmail.com"
  134. },
  135. {
  136. "name": "saperski",
  137. "email": "npm@saper.info"
  138. },
  139. {
  140. "name": "xzyfer",
  141. "email": "xzyfer@gmail.com"
  142. }
  143. ],
  144. "name": "node-sass",
  145. "nodeSassConfig": {
  146. "binarySite": "https://github.com/sass/node-sass/releases/download"
  147. },
  148. "optionalDependencies": {},
  149. "repository": {
  150. "type": "git",
  151. "url": "git+https://github.com/sass/node-sass.git"
  152. },
  153. "scripts": {
  154. "build": "node scripts/build.js --force",
  155. "coverage": "node scripts/coverage.js",
  156. "install": "node scripts/install.js",
  157. "lint": "eslint bin/node-sass lib scripts test",
  158. "postinstall": "node scripts/build.js",
  159. "prepublish": "not-in-install && node scripts/prepublish.js || in-install",
  160. "test": "mocha test/{*,**/**}.js"
  161. },
  162. "version": "4.5.2"
  163. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement