package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "symbol-observable@1.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "symbol-observable@1.2.0",
  10. "_id": "symbol-observable@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==",
  13. "_location": "/symbol-observable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "symbol-observable@1.2.0",
  19. "name": "symbol-observable",
  20. "escapedName": "symbol-observable",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@angular/cli"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Ben Lesh",
  33. "email": "ben@benlesh.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/blesh/symbol-observable/issues"
  37. },
  38. "description": "Symbol.observable ponyfill",
  39. "devDependencies": {
  40. "babel-cli": "^6.9.0",
  41. "babel-preset-es2015": "^6.9.0",
  42. "babel-preset-es3": "^1.0.0",
  43. "chai": "^3.5.0",
  44. "check-es3-syntax-cli": "^0.1.0",
  45. "mocha": "^2.4.5",
  46. "typescript": "^2.1.4"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js",
  53. "ponyfill.js",
  54. "index.d.ts",
  55. "es/index.js",
  56. "es/ponyfill/js",
  57. "lib/index.js",
  58. "lib/ponyfill.js"
  59. ],
  60. "homepage": "https://github.com/blesh/symbol-observable#readme",
  61. "jsnext:main": "es/index.js",
  62. "keywords": [
  63. "symbol",
  64. "observable",
  65. "observables",
  66. "ponyfill",
  67. "polyfill",
  68. "shim"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/index.js",
  72. "module": "es/index.js",
  73. "name": "symbol-observable",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/blesh/symbol-observable.git"
  77. },
  78. "scripts": {
  79. "build": "babel es --out-dir lib",
  80. "prepublish": "npm test",
  81. "test": "npm run build && mocha && tsc && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill"
  82. },
  83. "typings": "index.d.ts",
  84. "version": "1.2.0"
  85. }