package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "abbrev@1.1.1",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  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. "/touch/nopt"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
  30. "_spec": "1.1.1",
  31. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/abbrev-js/issues"
  38. },
  39. "description": "Like ruby's abbrev module, but in js",
  40. "devDependencies": {
  41. "tap": "^10.1"
  42. },
  43. "files": [
  44. "abbrev.js"
  45. ],
  46. "homepage": "https://github.com/isaacs/abbrev-js#readme",
  47. "license": "ISC",
  48. "main": "abbrev.js",
  49. "name": "abbrev",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
  53. },
  54. "scripts": {
  55. "postpublish": "git push origin --all; git push origin --tags",
  56. "postversion": "npm publish",
  57. "preversion": "npm test",
  58. "test": "tap test.js --100"
  59. },
  60. "version": "1.1.1"
  61. }