package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "npm-lifecycle@3.1.5",
  3. "_id": "npm-lifecycle@3.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lDLVkjfZmvmfvpvBzA4vzee9cn+Me4orq0QF8glbswJVEbIcSNWib7qGOffolysc3teCqbbPZZkzbr3GQZTL1g==",
  6. "_location": "/npm-lifecycle",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "npm-lifecycle@3.1.5",
  12. "name": "npm-lifecycle",
  13. "escapedName": "npm-lifecycle",
  14. "rawSpec": "3.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "3.1.5"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/libcipm",
  22. "/libnpm"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-3.1.5.tgz",
  25. "_shasum": "9882d3642b8c82c815782a12e6a1bfeed0026309",
  26. "_spec": "npm-lifecycle@3.1.5",
  27. "_where": "/Users/claudiahdz/npm/cli",
  28. "author": {
  29. "name": "Mike Sherov"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/npm/lifecycle/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "byline": "^5.0.0",
  37. "graceful-fs": "^4.1.15",
  38. "node-gyp": "^5.0.2",
  39. "resolve-from": "^4.0.0",
  40. "slide": "^1.1.6",
  41. "uid-number": "0.0.6",
  42. "umask": "^1.1.0",
  43. "which": "^1.3.1"
  44. },
  45. "deprecated": false,
  46. "description": "JavaScript package lifecycle hook runner",
  47. "devDependencies": {
  48. "nyc": "^14.1.0",
  49. "sinon": "^7.2.3",
  50. "standard": "^12.0.1",
  51. "standard-version": "^4.4.0",
  52. "tap": "^12.7.0"
  53. },
  54. "files": [
  55. "index.js",
  56. "lib/spawn.js",
  57. "node-gyp-bin"
  58. ],
  59. "homepage": "https://github.com/npm/lifecycle#readme",
  60. "keywords": [
  61. "npm",
  62. "lifecycle",
  63. "hook",
  64. "runner"
  65. ],
  66. "license": "Artistic-2.0",
  67. "main": "index.js",
  68. "name": "npm-lifecycle",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/npm/lifecycle.git"
  72. },
  73. "scripts": {
  74. "postrelease": "npm publish && git push --follow-tags",
  75. "prerelease": "npm t",
  76. "pretest": "standard",
  77. "release": "standard-version -s",
  78. "snap": "TAP_SNAPSHOT=1 npm test",
  79. "test": "tap -J --cov test/*.js"
  80. },
  81. "version": "3.1.5"
  82. }