package.json 2.7 KB

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