package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "read-pkg@^1.0.0",
  3. "_id": "read-pkg@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==",
  6. "_location": "/read-pkg",
  7. "_phantomChildren": {
  8. "graceful-fs": "4.2.11",
  9. "pinkie-promise": "2.0.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "read-pkg@^1.0.0",
  15. "name": "read-pkg",
  16. "escapedName": "read-pkg",
  17. "rawSpec": "^1.0.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^1.0.0"
  20. },
  21. "_requiredBy": [
  22. "/read-pkg-up"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/read-pkg/-/read-pkg-1.1.0.tgz",
  25. "_shasum": "f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28",
  26. "_spec": "read-pkg@^1.0.0",
  27. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\read-pkg-up",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/read-pkg/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "load-json-file": "^1.0.0",
  39. "normalize-package-data": "^2.3.2",
  40. "path-type": "^1.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Read a package.json file",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/read-pkg#readme",
  55. "keywords": [
  56. "json",
  57. "read",
  58. "parse",
  59. "file",
  60. "fs",
  61. "graceful",
  62. "load",
  63. "pkg",
  64. "package",
  65. "normalize"
  66. ],
  67. "license": "MIT",
  68. "name": "read-pkg",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/read-pkg.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.1.0"
  77. }