package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "property-accessors@^1.1",
  6. "scope": null,
  7. "escapedName": "property-accessors",
  8. "name": "property-accessors",
  9. "rawSpec": "^1.1",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/loredan13/projects/atom/qsp/node_modules/emissary"
  14. ]
  15. ],
  16. "_from": "property-accessors@>=1.1.0 <2.0.0",
  17. "_id": "[email protected]",
  18. "_inCache": true,
  19. "_location": "/property-accessors",
  20. "_npmUser": {
  21. "name": "kevinsawicki",
  22. "email": "[email protected]"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "property-accessors@^1.1",
  28. "scope": null,
  29. "escapedName": "property-accessors",
  30. "name": "property-accessors",
  31. "rawSpec": "^1.1",
  32. "spec": ">=1.1.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/emissary"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/property-accessors/-/property-accessors-1.1.3.tgz",
  39. "_shasum": "1dde84024631865909ef30703365680c5f928b15",
  40. "_shrinkwrap": null,
  41. "_spec": "property-accessors@^1.1",
  42. "_where": "/home/loredan13/projects/atom/qsp/node_modules/emissary",
  43. "author": {
  44. "name": "Nathan Sobo"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/atom/property-accessors/issues"
  48. },
  49. "dependencies": {
  50. "es6-weak-map": "^0.1.2",
  51. "mixto": "1.x"
  52. },
  53. "description": "A mixin for declaring property accessors",
  54. "devDependencies": {
  55. "grunt": "~0.4.1",
  56. "grunt-cli": "~0.1.8",
  57. "grunt-coffeelint": "0.0.6",
  58. "grunt-contrib-coffee": "~0.7.0",
  59. "grunt-shell": "~0.2.2",
  60. "jasmine-focused": "1.x",
  61. "rimraf": "~2.2.2"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "1dde84024631865909ef30703365680c5f928b15",
  66. "tarball": "https://registry.npmjs.org/property-accessors/-/property-accessors-1.1.3.tgz"
  67. },
  68. "gitHead": "c90f096dfc8f589ecb8186cadfbfcf97dc5f5cc6",
  69. "homepage": "http://atom.github.io/property-accessors/",
  70. "keywords": [
  71. "property",
  72. "accessors",
  73. "metaprogramming"
  74. ],
  75. "licenses": [
  76. {
  77. "type": "MIT",
  78. "url": "http://github.com/atom/telepath/raw/master/LICENSE.md"
  79. }
  80. ],
  81. "main": "lib/property-accessors",
  82. "maintainers": [
  83. {
  84. "name": "nathansobo",
  85. "email": "[email protected]"
  86. },
  87. {
  88. "name": "kevinsawicki",
  89. "email": "[email protected]"
  90. },
  91. {
  92. "name": "benogle",
  93. "email": "[email protected]"
  94. }
  95. ],
  96. "name": "property-accessors",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/atom/property-accessors.git"
  102. },
  103. "scripts": {
  104. "publish": "grunt",
  105. "test": "grunt test"
  106. },
  107. "version": "1.1.3"
  108. }