Server : nginx/1.20.1 System : Linux ccpf-production-2021 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64 User : forge ( 1000) PHP Version : 7.4.21 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /lib/node_modules/gulp/node_modules/copy-props/ |
{
"_from": "copy-props@^2.0.1",
"_id": "copy-props@2.0.5",
"_inBundle": false,
"_integrity": "sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==",
"_location": "/gulp/copy-props",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "copy-props@^2.0.1",
"name": "copy-props",
"escapedName": "copy-props",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/gulp/gulp-cli"
],
"_resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.5.tgz",
"_shasum": "03cf9ae328d4ebb36f8f1d804448a6af9ee3f2d2",
"_spec": "copy-props@^2.0.1",
"_where": "/usr/lib/node_modules/gulp/node_modules/gulp-cli",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "https://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/copy-props/issues"
},
"bundleDependencies": false,
"dependencies": {
"each-props": "^1.3.2",
"is-plain-object": "^5.0.0"
},
"deprecated": false,
"description": "Copy properties deeply between two objects.",
"devDependencies": {
"browserify": "^16.5.2",
"chai": "^3.5.0",
"coveralls": "^3.1.0",
"eslint": "^7.9.0",
"eslint-config-gulp": "^5.0.1",
"mocha": "^3.5.3",
"nyc": "^15.1.0",
"uglify-js": "^3.10.4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/gulpjs/copy-props#readme",
"keywords": [
"object",
"property",
"copy",
"deep",
"map",
"convert"
],
"license": "MIT",
"main": "index.js",
"name": "copy-props",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/copy-props.git"
},
"scripts": {
"build": "npm run lint && npm run coverage && npm run web:build && node test/web/make.js",
"chrome:install": "npm i --no-save mocha-chrome",
"chrome:test": "mocha-chrome test/web/browser-test.html",
"coverage": "nyc --reporter=lcov --reporter=text-summary npm test",
"coveralls": "nyc --reporter=text-lcov npm test | coveralls",
"lint": "eslint .",
"test": "mocha",
"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"
},
"version": "2.0.5"
}