You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "private@^0.1.8",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/recast"
  6. ]
  7. ],
  8. "_from": "private@>=0.1.8 <0.2.0",
  9. "_id": "private@0.1.8",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/private",
  13. "_nodeVersion": "8.7.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/private-0.1.8.tgz_1507855679328_0.11361804232001305"
  17. },
  18. "_npmUser": {
  19. "email": "ben@benjamn.com",
  20. "name": "benjamn"
  21. },
  22. "_npmVersion": "5.4.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "private",
  26. "raw": "private@^0.1.8",
  27. "rawSpec": "^0.1.8",
  28. "scope": null,
  29. "spec": ">=0.1.8 <0.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/es6-templates/recast",
  34. "/recast",
  35. "/regenerator-transform"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
  38. "_shasum": "2381edb3689f7a53d653190060fcf822d2f368ff",
  39. "_shrinkwrap": null,
  40. "_spec": "private@^0.1.8",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/recast",
  42. "author": {
  43. "email": "bn@cs.stanford.edu",
  44. "name": "Ben Newman"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/benjamn/private/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Utility for associating truly private state with any JavaScript object",
  51. "devDependencies": {
  52. "mocha": "^4.0.1"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
  57. "shasum": "2381edb3689f7a53d653190060fcf822d2f368ff",
  58. "tarball": "https://registry.npmjs.org/private/-/private-0.1.8.tgz"
  59. },
  60. "engines": {
  61. "node": ">= 0.6"
  62. },
  63. "files": [
  64. "private.js"
  65. ],
  66. "gitHead": "8fde2c4c9f760c0ae17f3ff375c02d6498472fbc",
  67. "homepage": "http://github.com/benjamn/private",
  68. "keywords": [
  69. "access control",
  70. "access modifiers",
  71. "encapsulation",
  72. "es5",
  73. "private",
  74. "privilege",
  75. "scope",
  76. "secret",
  77. "state"
  78. ],
  79. "license": "MIT",
  80. "main": "private.js",
  81. "maintainers": [
  82. {
  83. "name": "benjamn",
  84. "email": "bn@cs.stanford.edu"
  85. }
  86. ],
  87. "name": "private",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/benjamn/private.git"
  93. },
  94. "scripts": {
  95. "test": "mocha --reporter spec --full-trace test/run.js"
  96. },
  97. "version": "0.1.8"
  98. }