package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "core-js@^2.4.0",
  3. "_id": "core-js@2.6.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RLyNJJ5/sv9dAOA0Gn/7lPv2eJU=",
  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": "http://registry.npm.taobao.org/core-js/download/core-js-2.6.5.tgz",
  22. "_shasum": "44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895",
  23. "_spec": "core-js@^2.4.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\babel-runtime",
  25. "bugs": {
  26. "url": "https://github.com/zloirock/core-js/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  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. "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
  98. "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"
  99. },
  100. "version": "2.6.5"
  101. }