package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
  22. "_shasum": "d9333dfa7b065e347cc5682219d6f690859cc2ec",
  23. "_spec": "core-js@^2.4.0",
  24. "_where": "D:\\六牛项目\\nft\\NFT\\node_modules\\babel-runtime",
  25. "bugs": {
  26. "url": "https://github.com/zloirock/core-js/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": "core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.",
  30. "description": "Standard library",
  31. "devDependencies": {
  32. "LiveScript": "1.3.x",
  33. "es-observable-tests": "0.2.x",
  34. "eslint": "4.19.x",
  35. "eslint-plugin-import": "2.12.x",
  36. "grunt": "^1.0.2",
  37. "grunt-cli": "^1.2.0",
  38. "grunt-contrib-clean": "^1.1.0",
  39. "grunt-contrib-copy": "^1.0.0",
  40. "grunt-contrib-uglify": "3.3.x",
  41. "grunt-contrib-watch": "^1.0.0",
  42. "grunt-karma": "^2.0.0",
  43. "grunt-livescript": "0.6.x",
  44. "karma": "^2.0.0",
  45. "karma-chrome-launcher": "^2.2.0",
  46. "karma-firefox-launcher": "^1.0.1",
  47. "karma-ie-launcher": "^1.0.0",
  48. "karma-phantomjs-launcher": "1.0.x",
  49. "karma-qunit": "^2.1.0",
  50. "phantomjs-prebuilt": "2.1.x",
  51. "promises-aplus-tests": "^2.1.2",
  52. "qunit": "2.6.x",
  53. "temp": "^0.8.3",
  54. "webpack": "^3.11.0"
  55. },
  56. "homepage": "https://github.com/zloirock/core-js#readme",
  57. "keywords": [
  58. "ES3",
  59. "ES5",
  60. "ES6",
  61. "ES7",
  62. "ES2015",
  63. "ES2016",
  64. "ES2017",
  65. "ECMAScript 3",
  66. "ECMAScript 5",
  67. "ECMAScript 6",
  68. "ECMAScript 7",
  69. "ECMAScript 2015",
  70. "ECMAScript 2016",
  71. "ECMAScript 2017",
  72. "Harmony",
  73. "Strawman",
  74. "Map",
  75. "Set",
  76. "WeakMap",
  77. "WeakSet",
  78. "Promise",
  79. "Symbol",
  80. "TypedArray",
  81. "setImmediate",
  82. "Dict",
  83. "polyfill",
  84. "shim"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "core-js",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/zloirock/core-js.git"
  92. },
  93. "scripts": {
  94. "grunt": "grunt",
  95. "lint": "eslint ./",
  96. "observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
  97. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"",
  98. "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
  99. "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"
  100. },
  101. "version": "2.6.12"
  102. }