package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "tmpl@1.0.x",
  3. "_id": "tmpl@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=",
  6. "_location": "/tmpl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tmpl@1.0.x",
  12. "name": "tmpl",
  13. "escapedName": "tmpl",
  14. "rawSpec": "1.0.x",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.x"
  17. },
  18. "_requiredBy": [
  19. "/makeerror"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
  22. "_shasum": "23640dd7b42d00433911140820e5cf440e521dd1",
  23. "_spec": "tmpl@1.0.x",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\makeerror",
  25. "author": {
  26. "name": "Naitik Shah",
  27. "email": "n@daaku.org"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/daaku/nodejs-tmpl/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "JavaScript micro templates.",
  35. "devDependencies": {
  36. "mocha": "0.12.x"
  37. },
  38. "homepage": "https://github.com/nshah/nodejs-tmpl",
  39. "license": "BSD-3-Clause",
  40. "main": "lib/tmpl",
  41. "name": "tmpl",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/daaku/nodejs-tmpl.git"
  45. },
  46. "scripts": {
  47. "test": "NODE_PATH=./lib mocha --ui exports"
  48. },
  49. "version": "1.0.4"
  50. }