package.json 2.8 KB

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