package.json 2.8 KB

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