package.json 2.8 KB

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