package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "libnpmteam@1.0.2",
  3. "_id": "libnpmteam@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-p420vM28Us04NAcg1rzgGW63LMM6rwe+6rtZpfDxCcXxM0zUTLl7nPFEnRF3JfFBF5skF/yuZDUthTsHgde8QA==",
  6. "_location": "/libnpmteam",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "libnpmteam@1.0.2",
  12. "name": "libnpmteam",
  13. "escapedName": "libnpmteam",
  14. "rawSpec": "1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.2"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-1.0.2.tgz",
  23. "_shasum": "8b48bcbb6ce70dd8150c950fcbdbf3feb6eec820",
  24. "_spec": "libnpmteam@1.0.2",
  25. "_where": "/Users/isaacs/dev/npm/cli",
  26. "author": {
  27. "name": "Kat Marchán",
  28. "email": "kzm@zkat.tech"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/libnpmteam/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "aproba": "^2.0.0",
  36. "figgy-pudding": "^3.4.1",
  37. "get-stream": "^4.0.0",
  38. "npm-registry-fetch": "^4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "npm Team management APIs",
  42. "devDependencies": {
  43. "nock": "^9.6.1",
  44. "standard": "^12.0.0",
  45. "standard-version": "*",
  46. "tap": "*",
  47. "weallbehave": "*",
  48. "weallcontribute": "*"
  49. },
  50. "homepage": "https://npmjs.com/package/libnpmteam",
  51. "license": "ISC",
  52. "name": "libnpmteam",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/npm/libnpmteam.git"
  56. },
  57. "scripts": {
  58. "postrelease": "npm publish && git push --follow-tags",
  59. "prerelease": "npm t",
  60. "pretest": "standard",
  61. "release": "standard-version -s",
  62. "test": "tap -J --100 test/*.js",
  63. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  64. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  65. },
  66. "version": "1.0.2"
  67. }