mirror of
https://github.com/thangisme/notes.git
synced 2026-06-12 01:39:23 -04:00
Initial commit
This commit is contained in:
84
node_modules/jsonparse/package.json
generated
vendored
Normal file
84
node_modules/jsonparse/package.json
generated
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jsonparse@0.0.5",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/JSONStream"
|
||||
]
|
||||
],
|
||||
"_from": "jsonparse@0.0.5",
|
||||
"_id": "jsonparse@0.0.5",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/jsonparse",
|
||||
"_npmUser": {
|
||||
"email": "tim@creationix.com",
|
||||
"name": "creationix"
|
||||
},
|
||||
"_npmVersion": "1.2.14",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "jsonparse",
|
||||
"raw": "jsonparse@0.0.5",
|
||||
"rawSpec": "0.0.5",
|
||||
"scope": null,
|
||||
"spec": "0.0.5",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/JSONStream"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz",
|
||||
"_shasum": "330542ad3f0a654665b778f3eb2d9a9fa507ac64",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "jsonparse@0.0.5",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/JSONStream",
|
||||
"author": {
|
||||
"email": "tim@creationix.com",
|
||||
"name": "Tim Caswell"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/creationix/jsonparse/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "This is a pure-js JSON streaming parser for node.js",
|
||||
"devDependencies": {
|
||||
"tap": "~0.3.3",
|
||||
"tape": "~0.1.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "330542ad3f0a654665b778f3eb2d9a9fa507ac64",
|
||||
"tarball": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz"
|
||||
},
|
||||
"engines": [
|
||||
"node >= 0.2.0"
|
||||
],
|
||||
"homepage": "https://github.com/creationix/jsonparse#readme",
|
||||
"license": "MIT",
|
||||
"main": "jsonparse.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "creationix",
|
||||
"email": "tim@creationix.com"
|
||||
},
|
||||
{
|
||||
"name": "substack",
|
||||
"email": "mail@substack.net"
|
||||
}
|
||||
],
|
||||
"name": "jsonparse",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/creationix/jsonparse.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"tags": [
|
||||
"json",
|
||||
"stream"
|
||||
],
|
||||
"version": "0.0.5"
|
||||
}
|
||||
Reference in New Issue
Block a user