package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "es6-symbol@~3.1.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/es6-map"
  6. ]
  7. ],
  8. "_from": "es6-symbol@>=3.1.1 <3.2.0",
  9. "_id": "es6-symbol@3.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/es6-symbol",
  13. "_nodeVersion": "7.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/es6-symbol-3.1.1.tgz_1489590359389_0.7073800666257739"
  17. },
  18. "_npmUser": {
  19. "email": "medikoo+npm@medikoo.com",
  20. "name": "medikoo"
  21. },
  22. "_npmVersion": "4.1.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "es6-symbol",
  26. "raw": "es6-symbol@~3.1.1",
  27. "rawSpec": "~3.1.1",
  28. "scope": null,
  29. "spec": ">=3.1.1 <3.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/es5-ext",
  34. "/es6-iterator",
  35. "/es6-map",
  36. "/es6-set",
  37. "/es6-weak-map"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",
  40. "_shasum": "bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77",
  41. "_shrinkwrap": null,
  42. "_spec": "es6-symbol@~3.1.1",
  43. "_where": "/home/seleznev/project Angular/Quality system/node_modules/es6-map",
  44. "author": {
  45. "email": "medyk@medikoo.com",
  46. "name": "Mariusz Nowak",
  47. "url": "http://www.medikoo.com/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/medikoo/es6-symbol/issues"
  51. },
  52. "dependencies": {
  53. "d": "1",
  54. "es5-ext": "~0.10.14"
  55. },
  56. "description": "ECMAScript 6 Symbol polyfill",
  57. "devDependencies": {
  58. "tad": "~0.2.7",
  59. "xlint": "~0.2.2",
  60. "xlint-jslint-medikoo": "~0.1.4"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77",
  65. "tarball": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz"
  66. },
  67. "gitHead": "0b28a2d969d7b77532bc32b66c34214acf445771",
  68. "homepage": "https://github.com/medikoo/es6-symbol#readme",
  69. "keywords": [
  70. "ecmascript",
  71. "es6",
  72. "harmony",
  73. "polyfill",
  74. "ponyfill",
  75. "private",
  76. "property",
  77. "symbol"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "medikoo",
  83. "email": "medikoo+npm@medikoo.com"
  84. }
  85. ],
  86. "name": "es6-symbol",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/medikoo/es6-symbol.git"
  92. },
  93. "scripts": {
  94. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  95. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  96. "test": "node ./node_modules/tad/bin/tad"
  97. },
  98. "version": "3.1.1"
  99. }