package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "scss-tokenizer@0.2.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "scss-tokenizer@0.2.3",
  9. "_id": "scss-tokenizer@0.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-dYE8LhncfBUar6POCxMTm0Ln+erjeczqEvCJib5/7XNkdw1FkUGgwMPY360FY0FgPWQxHWCx29Jl3oejyGLM9Q==",
  12. "_location": "/scss-tokenizer",
  13. "_phantomChildren": {
  14. "amdefine": "1.0.1"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "scss-tokenizer@0.2.3",
  20. "name": "scss-tokenizer",
  21. "escapedName": "scss-tokenizer",
  22. "rawSpec": "0.2.3",
  23. "saveSpec": null,
  24. "fetchSpec": "0.2.3"
  25. },
  26. "_requiredBy": [
  27. "/sass-graph"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
  30. "_spec": "0.2.3",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "xzyfer"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sasstools/scss-tokenizer/issues"
  37. },
  38. "dependencies": {
  39. "js-base64": "^2.1.8",
  40. "source-map": "^0.4.2"
  41. },
  42. "description": "A tokenzier for Sass' SCSS syntax",
  43. "devDependencies": {
  44. "babel-cli": "^6.24.1",
  45. "babel-preset-es2015": "^6.24.1",
  46. "chai": "^3.5.0",
  47. "glob": "^5.0.10",
  48. "mocha": "^3.2.0",
  49. "sass-spec": "^3.5.0-1"
  50. },
  51. "files": [
  52. "index.js",
  53. "lib"
  54. ],
  55. "homepage": "https://github.com/sasstools/scss-tokenizer",
  56. "keywords": [
  57. "parser",
  58. "tokenizer",
  59. "sass",
  60. "scss",
  61. "libsass"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "scss-tokenizer",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sasstools/scss-tokenizer.git"
  69. },
  70. "scripts": {
  71. "build": "npm run clean; babel src/ --out-dir lib",
  72. "clean": "rm lib/*",
  73. "test": "mocha"
  74. },
  75. "version": "0.2.3"
  76. }