You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "copy-props@^2.0.1",
  3. "_id": "copy-props@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7cjuUME+p+S3HZlbllgsn2CDwS+5eCCX16qBgNC4jgSTf49qR1VKy/Zhl400m0IQXl/bPGEVqncgUUMjrr4s8A==",
  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.npmjs.org/copy-props/-/copy-props-2.0.4.tgz",
  22. "_shasum": "93bb1cadfafd31da5bb8a9d4b41f471ec3a72dfe",
  23. "_spec": "copy-props@^2.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  25. "author": {
  26. "name": "Takayuki Sato"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/sttk/copy-props/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "each-props": "^1.3.0",
  34. "is-plain-object": "^2.0.1"
  35. },
  36. "deprecated": false,
  37. "description": "Copy properties deeply between two objects.",
  38. "devDependencies": {
  39. "browserify": "^16.2.2",
  40. "chai": "^3.5.0",
  41. "coveralls": "^3.0.1",
  42. "eslint": "^4.19.1",
  43. "mocha": "^3.2.0",
  44. "nyc": "^11.7.2",
  45. "uglify-js": "^3.3.24"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sttk/copy-props#readme",
  51. "keywords": [
  52. "object",
  53. "property",
  54. "copy",
  55. "deep",
  56. "map",
  57. "convert"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "copy-props",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sttk/copy-props.git"
  65. },
  66. "scripts": {
  67. "build": "npm run lint && npm run coverage && npm run web:build && node test/web/make.js",
  68. "chrome:install": "npm i --no-save mocha-chrome",
  69. "chrome:test": "mocha-chrome test/web/browser-test.html",
  70. "coverage": "nyc --reporter=lcov --reporter=text-summary npm test",
  71. "coveralls": "nyc --reporter=text-lcov npm test | coveralls",
  72. "lint": "eslint .",
  73. "test": "mocha",
  74. "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"
  75. },
  76. "version": "2.0.4"
  77. }