package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "abbrev@1.1.1",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "abbrev@1.1.1",
  10. "_id": "abbrev@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
  13. "_location": "/abbrev",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "abbrev@1.1.1",
  19. "name": "abbrev",
  20. "escapedName": "abbrev",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/nopt"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/abbrev-js/issues"
  37. },
  38. "description": "Like ruby's abbrev module, but in js",
  39. "devDependencies": {
  40. "tap": "^10.1"
  41. },
  42. "files": [
  43. "abbrev.js"
  44. ],
  45. "homepage": "https://github.com/isaacs/abbrev-js#readme",
  46. "license": "ISC",
  47. "main": "abbrev.js",
  48. "name": "abbrev",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
  52. },
  53. "scripts": {
  54. "postpublish": "git push origin --all; git push origin --tags",
  55. "postversion": "npm publish",
  56. "preversion": "npm test",
  57. "test": "tap test.js --100"
  58. },
  59. "version": "1.1.1"
  60. }