mam-project-templates
Version:
my personal templating projects
65 lines (64 loc) • 1.54 kB
JSON
{
"_args": [
[
"jsonparse@0.0.5",
"C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft"
]
],
"_development": true,
"_from": "jsonparse@0.0.5",
"_id": "jsonparse@0.0.5",
"_inBundle": false,
"_integrity": "sha1-MwVCrT8KZUZlt3jz6y2an6UHrGQ=",
"_location": "/jsonparse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jsonparse@0.0.5",
"name": "jsonparse",
"escapedName": "jsonparse",
"rawSpec": "0.0.5",
"saveSpec": null,
"fetchSpec": "0.0.5"
},
"_requiredBy": [
"/JSONStream",
"/browser-pack/JSONStream",
"/deps-sort/JSONStream"
],
"_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz",
"_spec": "0.0.5",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft",
"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": "0.0.5"
}