package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "private@0.1.8",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "private@0.1.8",
  10. "_id": "private@0.1.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
  13. "_location": "/private",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "private@0.1.8",
  19. "name": "private",
  20. "escapedName": "private",
  21. "rawSpec": "0.1.8",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.8"
  24. },
  25. "_requiredBy": [
  26. "/babel-core",
  27. "/regenerator-transform"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
  30. "_spec": "0.1.8",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Ben Newman",
  34. "email": "bn@cs.stanford.edu"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/benjamn/private/issues"
  38. },
  39. "description": "Utility for associating truly private state with any JavaScript object",
  40. "devDependencies": {
  41. "mocha": "^4.0.1"
  42. },
  43. "engines": {
  44. "node": ">= 0.6"
  45. },
  46. "files": [
  47. "private.js"
  48. ],
  49. "homepage": "http://github.com/benjamn/private",
  50. "keywords": [
  51. "private",
  52. "access control",
  53. "access modifiers",
  54. "encapsulation",
  55. "secret",
  56. "state",
  57. "privilege",
  58. "scope",
  59. "es5"
  60. ],
  61. "license": "MIT",
  62. "main": "private.js",
  63. "name": "private",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/benjamn/private.git"
  67. },
  68. "scripts": {
  69. "test": "mocha --reporter spec --full-trace test/run.js"
  70. },
  71. "version": "0.1.8"
  72. }