package.json 1.8 KB

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