package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "core-js@2.6.12",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "core-js@2.6.12",
  9. "_id": "core-js@2.6.12",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
  12. "_location": "/core-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "core-js@2.6.12",
  18. "name": "core-js",
  19. "escapedName": "core-js",
  20. "rawSpec": "2.6.12",
  21. "saveSpec": null,
  22. "fetchSpec": "2.6.12"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/@babel/runtime-corejs2",
  27. "/@vue/babel-preset-app",
  28. "/babel-polyfill",
  29. "/babel-runtime"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz",
  32. "_spec": "2.6.12",
  33. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  34. "bugs": {
  35. "url": "https://github.com/zloirock/core-js/issues"
  36. },
  37. "description": "Standard library",
  38. "devDependencies": {
  39. "LiveScript": "1.3.x",
  40. "es-observable-tests": "0.2.x",
  41. "eslint": "4.19.x",
  42. "eslint-plugin-import": "2.12.x",
  43. "grunt": "^1.0.2",
  44. "grunt-cli": "^1.2.0",
  45. "grunt-contrib-clean": "^1.1.0",
  46. "grunt-contrib-copy": "^1.0.0",
  47. "grunt-contrib-uglify": "3.3.x",
  48. "grunt-contrib-watch": "^1.0.0",
  49. "grunt-karma": "^2.0.0",
  50. "grunt-livescript": "0.6.x",
  51. "karma": "^2.0.0",
  52. "karma-chrome-launcher": "^2.2.0",
  53. "karma-firefox-launcher": "^1.0.1",
  54. "karma-ie-launcher": "^1.0.0",
  55. "karma-phantomjs-launcher": "1.0.x",
  56. "karma-qunit": "^2.1.0",
  57. "phantomjs-prebuilt": "2.1.x",
  58. "promises-aplus-tests": "^2.1.2",
  59. "qunit": "2.6.x",
  60. "temp": "^0.8.3",
  61. "webpack": "^3.11.0"
  62. },
  63. "homepage": "https://github.com/zloirock/core-js#readme",
  64. "keywords": [
  65. "ES3",
  66. "ES5",
  67. "ES6",
  68. "ES7",
  69. "ES2015",
  70. "ES2016",
  71. "ES2017",
  72. "ECMAScript 3",
  73. "ECMAScript 5",
  74. "ECMAScript 6",
  75. "ECMAScript 7",
  76. "ECMAScript 2015",
  77. "ECMAScript 2016",
  78. "ECMAScript 2017",
  79. "Harmony",
  80. "Strawman",
  81. "Map",
  82. "Set",
  83. "WeakMap",
  84. "WeakSet",
  85. "Promise",
  86. "Symbol",
  87. "TypedArray",
  88. "setImmediate",
  89. "Dict",
  90. "polyfill",
  91. "shim"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "core-js",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/zloirock/core-js.git"
  99. },
  100. "scripts": {
  101. "grunt": "grunt",
  102. "lint": "eslint ./",
  103. "observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
  104. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"",
  105. "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
  106. "test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs"
  107. },
  108. "version": "2.6.12"
  109. }