package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "copy-props@^2.0.1",
  3. "_id": "copy-props@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==",
  6. "_location": "/copy-props",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "copy-props@^2.0.1",
  12. "name": "copy-props",
  13. "escapedName": "copy-props",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/copy-props/-/copy-props-2.0.5.tgz",
  22. "_shasum": "03cf9ae328d4ebb36f8f1d804448a6af9ee3f2d2",
  23. "_spec": "copy-props@^2.0.1",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/gulp/node_modules/gulp-cli",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "https://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/copy-props/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "each-props": "^1.3.2",
  36. "is-plain-object": "^5.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Copy properties deeply between two objects.",
  40. "devDependencies": {
  41. "browserify": "^16.5.2",
  42. "chai": "^3.5.0",
  43. "coveralls": "^3.1.0",
  44. "eslint": "^7.9.0",
  45. "eslint-config-gulp": "^5.0.1",
  46. "mocha": "^3.5.3",
  47. "nyc": "^15.1.0",
  48. "uglify-js": "^3.10.4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/gulpjs/copy-props#readme",
  54. "keywords": [
  55. "object",
  56. "property",
  57. "copy",
  58. "deep",
  59. "map",
  60. "convert"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "copy-props",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/gulpjs/copy-props.git"
  68. },
  69. "scripts": {
  70. "build": "npm run lint && npm run coverage && npm run web:build && node test/web/make.js",
  71. "chrome:install": "npm i --no-save mocha-chrome",
  72. "chrome:test": "mocha-chrome test/web/browser-test.html",
  73. "coverage": "nyc --reporter=lcov --reporter=text-summary npm test",
  74. "coveralls": "nyc --reporter=text-lcov npm test | coveralls",
  75. "lint": "eslint .",
  76. "test": "mocha",
  77. "web:build": "browserify index.js --standalone copyProps -o web/copy-props.js && cd web && uglifyjs copy-props.js --compress --mangle -o copy-props.min.js --source-map url=copy-props.min.js.map"
  78. },
  79. "version": "2.0.5"
  80. }