项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

107 rivejä
2.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "core-js@2.5.7",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_from": "core-js@2.5.7",
  9. "_id": "core-js@2.5.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==",
  12. "_location": "/core-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "core-js@2.5.7",
  18. "name": "core-js",
  19. "escapedName": "core-js",
  20. "rawSpec": "2.5.7",
  21. "saveSpec": null,
  22. "fetchSpec": "2.5.7"
  23. },
  24. "_requiredBy": [
  25. "/babel-polyfill",
  26. "/babel-register",
  27. "/babel-runtime"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz",
  30. "_spec": "2.5.7",
  31. "_where": "D:\\A易云\\YiYunJianZhu",
  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. "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.5.7"
  106. }