package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "harmony-reflect@^1.4.6",
  3. "_id": "harmony-reflect@1.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==",
  6. "_location": "/harmony-reflect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "harmony-reflect@^1.4.6",
  12. "name": "harmony-reflect",
  13. "escapedName": "harmony-reflect",
  14. "rawSpec": "^1.4.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.6"
  17. },
  18. "_requiredBy": [
  19. "/identity-obj-proxy"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
  22. "_shasum": "31ecbd32e648a34d030d86adb67d4d47547fe710",
  23. "_spec": "harmony-reflect@^1.4.6",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\identity-obj-proxy",
  25. "bugs": {
  26. "url": "https://github.com/tvcutsem/harmony-reflect/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects",
  31. "homepage": "https://github.com/tvcutsem/harmony-reflect",
  32. "keywords": [
  33. "reflection",
  34. "proxies",
  35. "proxy",
  36. "reflect",
  37. "harmony",
  38. "es6"
  39. ],
  40. "license": "(Apache-2.0 OR MPL-1.1)",
  41. "main": "reflect.js",
  42. "name": "harmony-reflect",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://tvcutsem@github.com/tvcutsem/harmony-reflect.git"
  46. },
  47. "typings": "index.d.ts",
  48. "version": "1.6.2"
  49. }