metaforecast/node_modules/jsonparse/package.json
2021-03-07 20:27:07 +01:00

62 lines
1.4 KiB
JSON

{
"_args": [
[
"jsonparse@1.3.1",
"/home/nuno/Documents/core/software/fresh/js/metaforecasts/metaforecasts-current"
]
],
"_from": "jsonparse@1.3.1",
"_id": "jsonparse@1.3.1",
"_inBundle": false,
"_integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
"_location": "/jsonparse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jsonparse@1.3.1",
"name": "jsonparse",
"escapedName": "jsonparse",
"rawSpec": "1.3.1",
"saveSpec": null,
"fetchSpec": "1.3.1"
},
"_requiredBy": [
"/json2csv"
],
"_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
"_spec": "1.3.1",
"_where": "/home/nuno/Documents/core/software/fresh/js/metaforecasts/metaforecasts-current",
"author": {
"name": "Tim Caswell",
"email": "tim@creationix.com"
},
"bugs": {
"url": "http://github.com/creationix/jsonparse/issues"
},
"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"
}