package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "core-js@2.3.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "core-js@2.3.0",
  9. "_id": "core-js@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-+rg/uwstjchfpjbEudNMdUIMbWU=",
  12. "_location": "/core-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "core-js@2.3.0",
  18. "name": "core-js",
  19. "escapedName": "core-js",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/jszip"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/core-js/-/core-js-2.3.0.tgz",
  28. "_spec": "2.3.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "bugs": {
  31. "url": "https://github.com/zloirock/core-js/issues"
  32. },
  33. "description": "Standard library",
  34. "devDependencies": {
  35. "LiveScript": "1.3.x",
  36. "eslint": "2.8.x",
  37. "grunt": "1.0.x",
  38. "grunt-cli": "1.2.x",
  39. "grunt-contrib-clean": "1.0.x",
  40. "grunt-contrib-copy": "1.0.x",
  41. "grunt-contrib-uglify": "1.0.x",
  42. "grunt-contrib-watch": "1.0.x",
  43. "grunt-karma": "0.12.x",
  44. "grunt-livescript": "0.6.x",
  45. "karma": "0.13.x",
  46. "karma-chrome-launcher": "0.2.x",
  47. "karma-firefox-launcher": "0.1.x",
  48. "karma-ie-launcher": "0.2.x",
  49. "karma-phantomjs-launcher": "1.0.x",
  50. "karma-qunit": "0.1.x",
  51. "phantomjs-prebuilt": "2.1.x",
  52. "promises-aplus-tests": "2.1.x",
  53. "qunitjs": "1.23.x",
  54. "temp": "0.8.x",
  55. "webpack": "1.13.x"
  56. },
  57. "homepage": "https://github.com/zloirock/core-js#readme",
  58. "keywords": [
  59. "ES3",
  60. "ECMAScript 3",
  61. "ES5",
  62. "ECMAScript 5",
  63. "ES6",
  64. "ES2015",
  65. "ECMAScript 6",
  66. "ECMAScript 2015",
  67. "ES7",
  68. "ES2016",
  69. "ECMAScript 7",
  70. "ECMAScript 2016",
  71. "Harmony",
  72. "Strawman",
  73. "Map",
  74. "Set",
  75. "WeakMap",
  76. "WeakSet",
  77. "Promise",
  78. "Symbol",
  79. "TypedArray",
  80. "setImmediate",
  81. "Dict",
  82. "polyfill",
  83. "shim"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "core-js",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/zloirock/core-js.git"
  91. },
  92. "scripts": {
  93. "grunt": "grunt",
  94. "lint": "eslint es5 es6 es7 stage web core fn modules",
  95. "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
  96. "test": "npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && lsc tests/commonjs"
  97. },
  98. "version": "2.3.0"
  99. }