package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "private@0.1.8",
  5. "E:\\item\\newItem\\admin"
  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-register/babel-core",
  27. "/jest-config/babel-core",
  28. "/jest-runtime/babel-core"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
  31. "_spec": "0.1.8",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Ben Newman",
  35. "email": "bn@cs.stanford.edu"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/benjamn/private/issues"
  39. },
  40. "description": "Utility for associating truly private state with any JavaScript object",
  41. "devDependencies": {
  42. "mocha": "^4.0.1"
  43. },
  44. "engines": {
  45. "node": ">= 0.6"
  46. },
  47. "files": [
  48. "private.js"
  49. ],
  50. "homepage": "http://github.com/benjamn/private",
  51. "keywords": [
  52. "private",
  53. "access control",
  54. "access modifiers",
  55. "encapsulation",
  56. "secret",
  57. "state",
  58. "privilege",
  59. "scope",
  60. "es5"
  61. ],
  62. "license": "MIT",
  63. "main": "private.js",
  64. "name": "private",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/benjamn/private.git"
  68. },
  69. "scripts": {
  70. "test": "mocha --reporter spec --full-trace test/run.js"
  71. },
  72. "version": "0.1.8"
  73. }