package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "private@0.1.8",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "private@0.1.8",
  10. "_id": "private@0.1.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-I4Hts2ifelPWUxkAYPz4ItLzaP8=",
  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. "/regenerator-transform"
  27. ],
  28. "_resolved": "http://registry.npm.taobao.org/private/download/private-0.1.8.tgz",
  29. "_spec": "0.1.8",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Ben Newman",
  33. "email": "bn@cs.stanford.edu"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/benjamn/private/issues"
  37. },
  38. "description": "Utility for associating truly private state with any JavaScript object",
  39. "devDependencies": {
  40. "mocha": "^4.0.1"
  41. },
  42. "engines": {
  43. "node": ">= 0.6"
  44. },
  45. "files": [
  46. "private.js"
  47. ],
  48. "homepage": "http://github.com/benjamn/private",
  49. "keywords": [
  50. "private",
  51. "access control",
  52. "access modifiers",
  53. "encapsulation",
  54. "secret",
  55. "state",
  56. "privilege",
  57. "scope",
  58. "es5"
  59. ],
  60. "license": "MIT",
  61. "main": "private.js",
  62. "name": "private",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/benjamn/private.git"
  66. },
  67. "scripts": {
  68. "test": "mocha --reporter spec --full-trace test/run.js"
  69. },
  70. "version": "0.1.8"
  71. }