Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

3 anni fa
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "jsonfile@3.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "jsonfile@3.0.1",
  9. "_id": "jsonfile@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=",
  12. "_location": "/jsonfile",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jsonfile@3.0.1",
  18. "name": "jsonfile",
  19. "escapedName": "jsonfile",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/fs-extra"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz",
  28. "_spec": "3.0.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "JP Richardson",
  32. "email": "jprichardson@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jprichardson/node-jsonfile/issues"
  36. },
  37. "dependencies": {
  38. "graceful-fs": "^4.1.6"
  39. },
  40. "description": "Easily read/write JSON files.",
  41. "devDependencies": {
  42. "mocha": "2.x",
  43. "rimraf": "^2.4.0",
  44. "standard": "^6.0.8"
  45. },
  46. "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
  47. "keywords": [
  48. "read",
  49. "write",
  50. "file",
  51. "json",
  52. "fs",
  53. "fs-extra"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "jsonfile",
  58. "optionalDependencies": {
  59. "graceful-fs": "^4.1.6"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
  64. },
  65. "scripts": {
  66. "lint": "standard",
  67. "test": "npm run lint && npm run unit",
  68. "unit": "mocha"
  69. },
  70. "version": "3.0.1"
  71. }