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 : /usr/lib/node_modules/npm/node_modules/jsonparse/ |
{
"_from": "jsonparse@^1.2.0",
"_id": "jsonparse@1.3.1",
"_inBundle": false,
"_integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
"_location": "/jsonparse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jsonparse@^1.2.0",
"name": "jsonparse",
"escapedName": "jsonparse",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/JSONStream"
],
"_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
"_shasum": "3f4dae4a91fac315f71062f8521cc239f1366280",
"_spec": "jsonparse@^1.2.0",
"_where": "/Users/rebecca/code/npm/node_modules/JSONStream",
"author": {
"name": "Tim Caswell",
"email": "tim@creationix.com"
},
"bugs": {
"url": "http://github.com/creationix/jsonparse/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "This is a pure-js JSON streaming parser for node.js",
"devDependencies": {
"tap": "~0.3.3",
"tape": "~0.1.1"
},
"engines": [
"node >= 0.2.0"
],
"homepage": "https://github.com/creationix/jsonparse#readme",
"license": "MIT",
"main": "jsonparse.js",
"name": "jsonparse",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/creationix/jsonparse.git"
},
"scripts": {
"test": "tap test/*.js"
},
"tags": [
"json",
"stream"
],
"version": "1.3.1"
}