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/npm/node_modules/package-json/ |
{
"_from": "package-json@^4.0.0",
"_id": "package-json@4.0.1",
"_inBundle": false,
"_integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=",
"_location": "/package-json",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "package-json@^4.0.0",
"name": "package-json",
"escapedName": "package-json",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/latest-version"
],
"_resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz",
"_shasum": "8869a0401253661c4c4ca3da6c2121ed555f5eed",
"_spec": "package-json@^4.0.0",
"_where": "/Users/rebecca/code/npm/node_modules/latest-version",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/package-json/issues"
},
"bundleDependencies": false,
"dependencies": {
"got": "^6.7.1",
"registry-auth-token": "^3.0.1",
"registry-url": "^3.0.3",
"semver": "^5.1.0"
},
"deprecated": false,
"description": "Get metadata of a package from the npm registry",
"devDependencies": {
"ava": "*",
"mock-private-registry": "^1.1.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/package-json#readme",
"keywords": [
"npm",
"registry",
"package",
"pkg",
"package.json",
"json",
"module",
"scope",
"scoped"
],
"license": "MIT",
"name": "package-json",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/package-json.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "4.0.1"
}