package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "es6-symbol@^3.1.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=",
  6. "_location": "/es6-symbol",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es6-symbol@^3.1.1",
  12. "name": "es6-symbol",
  13. "escapedName": "es6-symbol",
  14. "rawSpec": "^3.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.1"
  17. },
  18. "_requiredBy": [
  19. "/es5-ext",
  20. "/es6-iterator",
  21. "/es6-weak-map",
  22. "/sver-compat"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",
  25. "_shasum": "bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77",
  26. "_spec": "es6-symbol@^3.1.1",
  27. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\sver-compat",
  28. "author": {
  29. "name": "Mariusz Nowak",
  30. "email": "[email protected]",
  31. "url": "http://www.medikoo.com/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/medikoo/es6-symbol/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "d": "1",
  39. "es5-ext": "~0.10.14"
  40. },
  41. "deprecated": false,
  42. "description": "ECMAScript 6 Symbol polyfill",
  43. "devDependencies": {
  44. "tad": "~0.2.7",
  45. "xlint": "~0.2.2",
  46. "xlint-jslint-medikoo": "~0.1.4"
  47. },
  48. "homepage": "https://github.com/medikoo/es6-symbol#readme",
  49. "keywords": [
  50. "symbol",
  51. "private",
  52. "property",
  53. "es6",
  54. "ecmascript",
  55. "harmony",
  56. "ponyfill",
  57. "polyfill"
  58. ],
  59. "license": "MIT",
  60. "name": "es6-symbol",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/medikoo/es6-symbol.git"
  64. },
  65. "scripts": {
  66. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  67. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  68. "test": "node ./node_modules/tad/bin/tad"
  69. },
  70. "version": "3.1.1"
  71. }