package.json 1.7 KB

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