package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "unherit@1.1.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "unherit@1.1.3",
  9. "_id": "unherit@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==",
  12. "_location": "/unherit",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "unherit@1.1.3",
  18. "name": "unherit",
  19. "escapedName": "unherit",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/remark-parse",
  26. "/remark-stringify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz",
  29. "_spec": "1.1.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Titus Wormer",
  33. "email": "tituswormer@gmail.com",
  34. "url": "https://wooorm.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/wooorm/unherit/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Titus Wormer",
  42. "email": "tituswormer@gmail.com",
  43. "url": "https://wooorm.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "inherits": "^2.0.0",
  48. "xtend": "^4.0.0"
  49. },
  50. "description": "Clone a constructor without affecting the super-class",
  51. "devDependencies": {
  52. "browserify": "^16.0.0",
  53. "nyc": "^15.0.0",
  54. "prettier": "^1.0.0",
  55. "remark-cli": "^7.0.0",
  56. "remark-preset-wooorm": "^6.0.0",
  57. "tape": "^4.0.0",
  58. "tinyify": "^2.0.0",
  59. "xo": "^0.25.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "funding": {
  65. "type": "github",
  66. "url": "https://github.com/sponsors/wooorm"
  67. },
  68. "homepage": "https://github.com/wooorm/unherit#readme",
  69. "keywords": [
  70. "clone",
  71. "super",
  72. "class",
  73. "constructor"
  74. ],
  75. "license": "MIT",
  76. "name": "unherit",
  77. "prettier": {
  78. "tabWidth": 2,
  79. "useTabs": false,
  80. "singleQuote": true,
  81. "bracketSpacing": false,
  82. "semi": false,
  83. "trailingComma": "none"
  84. },
  85. "remarkConfig": {
  86. "plugins": [
  87. "preset-wooorm"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/wooorm/unherit.git"
  93. },
  94. "scripts": {
  95. "build": "npm run build-bundle && npm run build-mangle",
  96. "build-bundle": "browserify . -s unherit -o unherit.js",
  97. "build-mangle": "browserify . -s unherit -p tinyify -o unherit.min.js",
  98. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  99. "test": "npm run format && npm run build && npm run test-coverage",
  100. "test-api": "node test",
  101. "test-coverage": "nyc --reporter lcov tape test.js"
  102. },
  103. "version": "1.1.3",
  104. "xo": {
  105. "prettier": true,
  106. "esnext": false,
  107. "rules": {
  108. "unicorn/prefer-reflect-apply": "off",
  109. "guard-for-in": "off"
  110. },
  111. "ignores": [
  112. "unherit.js"
  113. ]
  114. }
  115. }