package.json 3.1 KB

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