package.json 1.4 KB

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