package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "_args": [
  3. [
  4. "zone.js@0.9.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "zone.js@0.9.1",
  9. "_id": "zone.js@0.9.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag==",
  12. "_location": "/zone.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "zone.js@0.9.1",
  18. "name": "zone.js",
  19. "escapedName": "zone.js",
  20. "rawSpec": "0.9.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.9.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.9.1.tgz",
  28. "_spec": "0.9.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Brian Ford"
  32. },
  33. "browser": "dist/zone.js",
  34. "bugs": {
  35. "url": "https://github.com/angular/zone.js/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Zones for JavaScript",
  39. "devDependencies": {
  40. "@types/jasmine": "2.2.33",
  41. "@types/node": "^9.x",
  42. "@types/systemjs": "^0.19.30",
  43. "assert": "^1.4.1",
  44. "bluebird": "^3.5.1",
  45. "clang-format": "^1.2.3",
  46. "concurrently": "^2.2.0",
  47. "conventional-changelog": "^1.1.7",
  48. "core-js": "^2.5.7",
  49. "core-js-bundle": "^3.0.0-alpha.1",
  50. "es6-promise": "^3.0.2",
  51. "google-closure-compiler": "^20170409.0.0",
  52. "gulp": "^3.8.11",
  53. "gulp-clang-format": "^1.0.25",
  54. "gulp-conventional-changelog": "^1.1.7",
  55. "gulp-rename": "^1.2.2",
  56. "gulp-rollup": "^2.16.1",
  57. "gulp-terser": "^1.1.7",
  58. "gulp-tsc": "^1.1.4",
  59. "gulp-tslint": "^7.0.1",
  60. "gulp-uglify": "^1.2.0",
  61. "gulp-util": "^3.0.7",
  62. "jasmine": "^3.3.1",
  63. "jasmine-core": "^2.9.1",
  64. "karma": "^0.13.14",
  65. "karma-chrome-launcher": "^0.2.1",
  66. "karma-firefox-launcher": "^0.1.4",
  67. "karma-jasmine": "^1.1.1",
  68. "karma-mocha": "^1.2.0",
  69. "karma-phantomjs-launcher": "^1.0.4",
  70. "karma-safari-launcher": "^0.1.1",
  71. "karma-sauce-launcher": "^0.2.10",
  72. "karma-sourcemap-loader": "^0.3.6",
  73. "mocha": "^3.1.2",
  74. "nodejs-websocket": "^1.2.0",
  75. "phantomjs": "^2.1.7",
  76. "promises-aplus-tests": "^2.1.2",
  77. "pump": "^1.0.1",
  78. "rxjs": "^6.2.1",
  79. "selenium-webdriver": "^3.4.0",
  80. "systemjs": "^0.19.37",
  81. "terser": "^3.16.1",
  82. "ts-loader": "^0.6.0",
  83. "tslint": "^4.1.1",
  84. "tslint-eslint-rules": "^3.1.0",
  85. "typescript": "^3.2.2",
  86. "vrsource-tslint-rules": "^4.0.0",
  87. "webdriver-manager": "^12.0.6",
  88. "webdriverio": "^4.8.0",
  89. "whatwg-fetch": "^2.0.1"
  90. },
  91. "directories": {
  92. "lib": "lib",
  93. "test": "test"
  94. },
  95. "files": [
  96. "lib",
  97. "dist"
  98. ],
  99. "homepage": "https://github.com/angular/zone.js#readme",
  100. "license": "MIT",
  101. "main": "dist/zone-node.js",
  102. "name": "zone.js",
  103. "repository": {
  104. "type": "git",
  105. "url": "git://github.com/angular/zone.js.git"
  106. },
  107. "scripts": {
  108. "changelog": "gulp changelog",
  109. "ci": "npm run lint && npm run format && npm run promisetest && npm run test:single && npm run test-node",
  110. "closure:test": "scripts/closure/closure_compiler.sh",
  111. "format": "gulp format:enforce",
  112. "karma-jasmine": "karma start karma-build-jasmine.conf.js",
  113. "karma-jasmine-phantomjs:autoclose": "npm run karma-jasmine:phantomjs && npm run ws-client",
  114. "karma-jasmine:autoclose": "npm run karma-jasmine:single && npm run ws-client",
  115. "karma-jasmine:es2015": "karma start karma-build-jasmine.es2015.conf.js",
  116. "karma-jasmine:phantomjs": "karma start karma-build-jasmine-phantomjs.conf.js --single-run",
  117. "karma-jasmine:single": "karma start karma-build-jasmine.conf.js --single-run",
  118. "lint": "gulp lint",
  119. "prepublish": "tsc && gulp build",
  120. "promisefinallytest": "mocha promise.finally.spec.js",
  121. "promisetest": "gulp promisetest",
  122. "serve": "python -m SimpleHTTPServer 8000",
  123. "test": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run ws-server\" \"npm run karma-jasmine\"",
  124. "test-bluebird": "gulp test/bluebird",
  125. "test-dist": "concurrently \"npm run tsc:w\" \"npm run ws-server\" \"karma start karma-dist-jasmine.conf.js\"",
  126. "test-mocha": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run ws-server\" \"karma start karma-build-mocha.conf.js\"",
  127. "test-node": "gulp test/node",
  128. "test:es2015": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run ws-server\" \"npm run karma-jasmine:es2015\"",
  129. "test:phantomjs": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run ws-server\" \"npm run karma-jasmine:phantomjs\"",
  130. "test:phantomjs-single": "npm run tsc && concurrently \"npm run ws-server\" \"npm run karma-jasmine-phantomjs:autoclose\"",
  131. "test:single": "npm run tsc && concurrently \"npm run ws-server\" \"npm run karma-jasmine:autoclose\"",
  132. "tsc": "tsc -p .",
  133. "tsc:esm2015": "tsc -p tsconfig-esm-2015.json",
  134. "tsc:w": "tsc -w -p .",
  135. "tslint": "tslint -c tslint.json 'lib/**/*.ts'",
  136. "webdriver-http": "node simple-server.js",
  137. "webdriver-sauce-test": "node test/webdriver/test.sauce.js",
  138. "webdriver-start": "webdriver-manager update && webdriver-manager start",
  139. "webdriver-test": "node test/webdriver/test.js",
  140. "ws-client": "node ./test/ws-client.js",
  141. "ws-server": "node ./test/ws-server.js"
  142. },
  143. "typings": "dist/zone.js.d.ts",
  144. "unpkg": "dist/zone.js",
  145. "version": "0.9.1"
  146. }