package.json 1.8 KB

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