25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 1.3 KiB

3 yıl önce
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "tmpl@1.0.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "tmpl@1.0.4",
  9. "_id": "tmpl@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=",
  12. "_location": "/tmpl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tmpl@1.0.4",
  18. "name": "tmpl",
  19. "escapedName": "tmpl",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/makeerror"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
  28. "_spec": "1.0.4",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Naitik Shah",
  32. "email": "n@daaku.org"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/daaku/nodejs-tmpl/issues"
  36. },
  37. "description": "JavaScript micro templates.",
  38. "devDependencies": {
  39. "mocha": "0.12.x"
  40. },
  41. "homepage": "https://github.com/nshah/nodejs-tmpl",
  42. "license": "BSD-3-Clause",
  43. "main": "lib/tmpl",
  44. "name": "tmpl",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/daaku/nodejs-tmpl.git"
  48. },
  49. "scripts": {
  50. "test": "NODE_PATH=./lib mocha --ui exports"
  51. },
  52. "version": "1.0.4"
  53. }