package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "tsml@1.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "tsml@1.0.1",
  9. "_id": "tsml@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3KmepnH9SUsoOVtg013CRrL7c+AK7ECaquAsJdvu4288EDJuraqBlP4PDXT/rLEJ9YDn4jqLAzRJsnFPx+V6lg==",
  12. "_location": "/tsml",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tsml@1.0.1",
  18. "name": "tsml",
  19. "escapedName": "tsml",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/video.js"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/tsml/-/tsml-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Rod Vagg",
  32. "email": "rod@vagg.org"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/rvagg/tsml/issues"
  36. },
  37. "description": "ES6 template string tag for multi-line cleaning - squash multi-line strings into a single line",
  38. "homepage": "https://github.com/rvagg/tsml",
  39. "keywords": [
  40. "template",
  41. "templatestring",
  42. "es6"
  43. ],
  44. "license": "MIT",
  45. "main": "tsml.js",
  46. "name": "tsml",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/rvagg/tsml.git"
  50. },
  51. "scripts": {
  52. "test": "node ./test.js"
  53. },
  54. "version": "1.0.1"
  55. }