package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "core-js@^2.4.0",
  5. "D:\\work\\im\\node_modules\\babel-runtime"
  6. ]
  7. ],
  8. "_from": "core-js@>=2.4.0 <3.0.0",
  9. "_id": "core-js@2.4.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/core-js",
  13. "_nodeVersion": "6.2.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/core-js-2.4.1.tgz_1468791807265_0.5941079026088119"
  17. },
  18. "_npmUser": {
  19. "email": "zloirock@zloirock.ru",
  20. "name": "zloirock"
  21. },
  22. "_npmVersion": "3.9.5",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "core-js",
  26. "raw": "core-js@^2.4.0",
  27. "rawSpec": "^2.4.0",
  28. "scope": null,
  29. "spec": ">=2.4.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-polyfill",
  34. "/babel-register",
  35. "/babel-runtime"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
  38. "_shasum": "4de911e667b0eae9124e34254b53aea6fc618d3e",
  39. "_shrinkwrap": null,
  40. "_spec": "core-js@^2.4.0",
  41. "_where": "D:\\work\\im\\node_modules\\babel-runtime",
  42. "bugs": {
  43. "url": "https://github.com/zloirock/core-js/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Standard library",
  47. "devDependencies": {
  48. "LiveScript": "1.3.x",
  49. "es-observable-tests": "0.2.x",
  50. "eslint": "3.1.x",
  51. "grunt": "1.0.x",
  52. "grunt-cli": "1.2.x",
  53. "grunt-contrib-clean": "1.0.x",
  54. "grunt-contrib-copy": "1.0.x",
  55. "grunt-contrib-uglify": "1.0.x",
  56. "grunt-contrib-watch": "1.0.x",
  57. "grunt-karma": "2.0.x",
  58. "grunt-livescript": "0.6.x",
  59. "karma": "1.1.x",
  60. "karma-chrome-launcher": "1.0.x",
  61. "karma-firefox-launcher": "1.0.x",
  62. "karma-ie-launcher": "1.0.x",
  63. "karma-phantomjs-launcher": "1.0.x",
  64. "karma-qunit": "1.1.x",
  65. "phantomjs-prebuilt": "2.1.x",
  66. "promises-aplus-tests": "2.1.x",
  67. "qunitjs": "2.0.x",
  68. "temp": "0.8.x",
  69. "webpack": "1.13.x"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "4de911e667b0eae9124e34254b53aea6fc618d3e",
  74. "tarball": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz"
  75. },
  76. "gitHead": "5e106f64c726edf2849f0babc9096ce6664b7368",
  77. "homepage": "https://github.com/zloirock/core-js#readme",
  78. "keywords": [
  79. "ES3",
  80. "ECMAScript 3",
  81. "ES5",
  82. "ECMAScript 5",
  83. "ES6",
  84. "ES2015",
  85. "ECMAScript 6",
  86. "ECMAScript 2015",
  87. "ES7",
  88. "ES2016",
  89. "ECMAScript 7",
  90. "ECMAScript 2016",
  91. "Harmony",
  92. "Strawman",
  93. "Map",
  94. "Set",
  95. "WeakMap",
  96. "WeakSet",
  97. "Promise",
  98. "Symbol",
  99. "TypedArray",
  100. "setImmediate",
  101. "Dict",
  102. "polyfill",
  103. "shim"
  104. ],
  105. "license": "MIT",
  106. "main": "index.js",
  107. "maintainers": [
  108. {
  109. "email": "zloirock@zloirock.ru",
  110. "name": "zloirock"
  111. }
  112. ],
  113. "name": "core-js",
  114. "optionalDependencies": {},
  115. "readme": "ERROR: No README data found!",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/zloirock/core-js.git"
  119. },
  120. "scripts": {
  121. "grunt": "grunt",
  122. "lint": "eslint es5 es6 es7 stage web core fn modules",
  123. "observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
  124. "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
  125. "test": "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"
  126. },
  127. "version": "2.4.1"
  128. }