package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "npm-packlist@1.4.8",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "npm-packlist@1.4.8",
  10. "_id": "npm-packlist@1.4.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==",
  13. "_location": "/npm-packlist",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "npm-packlist@1.4.8",
  19. "name": "npm-packlist",
  20. "escapedName": "npm-packlist",
  21. "rawSpec": "1.4.8",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.8"
  24. },
  25. "_requiredBy": [
  26. "/pacote"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz",
  29. "_spec": "1.4.8",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/npm-packlist/issues"
  38. },
  39. "dependencies": {
  40. "ignore-walk": "^3.0.1",
  41. "npm-bundled": "^1.0.1",
  42. "npm-normalize-package-bin": "^1.0.1"
  43. },
  44. "description": "Get a list of the files to add from a folder into an npm package",
  45. "devDependencies": {
  46. "mkdirp": "^0.5.1",
  47. "rimraf": "^2.6.1",
  48. "tap": "^14.6.9"
  49. },
  50. "directories": {
  51. "test": "test"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://www.npmjs.com/package/npm-packlist",
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "npm-packlist",
  60. "publishConfig": {
  61. "tag": "legacy-v1"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/npm/npm-packlist.git"
  66. },
  67. "scripts": {
  68. "postpublish": "git push origin --follow-tags",
  69. "postversion": "npm publish",
  70. "preversion": "npm test",
  71. "snap": "tap",
  72. "test": "tap"
  73. },
  74. "tap": {
  75. "jobs": 1
  76. },
  77. "version": "1.4.8"
  78. }