package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "infer-owner@1.0.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "infer-owner@1.0.4",
  10. "_id": "infer-owner@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",
  13. "_location": "/infer-owner",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "infer-owner@1.0.4",
  19. "name": "infer-owner",
  20. "escapedName": "infer-owner",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/@angular-devkit/build-angular/cacache",
  27. "/make-fetch-happen/cacache",
  28. "/pacote",
  29. "/pacote/cacache",
  30. "/uglifyjs-webpack-plugin/cacache",
  31. "/webpack/cacache"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
  34. "_spec": "1.0.4",
  35. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  36. "author": {
  37. "name": "Isaac Z. Schlueter",
  38. "email": "i@izs.me",
  39. "url": "https://izs.me"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/npm/infer-owner/issues"
  43. },
  44. "description": "Infer the owner of a path based on the owner of its nearest existing parent",
  45. "devDependencies": {
  46. "mutate-fs": "^2.1.1",
  47. "tap": "^12.4.2"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/npm/infer-owner#readme",
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "infer-owner",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/npm/infer-owner.git"
  62. },
  63. "scripts": {
  64. "postpublish": "git push origin --follow-tags",
  65. "postversion": "npm publish",
  66. "preversion": "npm test",
  67. "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100",
  68. "test": "tap -J test/*.js --100"
  69. },
  70. "version": "1.0.4"
  71. }