first commit
This commit is contained in:
77
build/node_modules/jsontoxml/package.json
generated
vendored
Normal file
77
build/node_modules/jsontoxml/package.json
generated
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"_from": "jsontoxml@0.0.11",
|
||||
"_id": "jsontoxml@0.0.11",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Nzq1sgcL43N6X7PjL9G3uBhwyqQ=",
|
||||
"_location": "/jsontoxml",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jsontoxml@0.0.11",
|
||||
"name": "jsontoxml",
|
||||
"escapedName": "jsontoxml",
|
||||
"rawSpec": "0.0.11",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.0.11"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/favicons"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jsontoxml/-/jsontoxml-0.0.11.tgz",
|
||||
"_shasum": "373ab5b2070be3737a5fb3e32fd1b7b81870caa4",
|
||||
"_spec": "jsontoxml@0.0.11",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/favicons",
|
||||
"bugs": {
|
||||
"url": "https://github.com/soldair/node-jsontoxml/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "This is a library designed to render js objects as xml. Its not made to parse or otherwise edit existing xml/html structures.",
|
||||
"devDependencies": {
|
||||
"tape": "~0.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.2.0"
|
||||
},
|
||||
"homepage": "http://github.com/ken-franken/node-jsontoxml",
|
||||
"license": "MIT",
|
||||
"main": "./jsontoxml.js",
|
||||
"name": "jsontoxml",
|
||||
"people": {
|
||||
"author": {
|
||||
"name": "Ryan Day",
|
||||
"email": "soldair@gmail.com",
|
||||
"url": "http://ryanday.org"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/soldair/node-jsontoxml.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./test.js"
|
||||
},
|
||||
"testling": {
|
||||
"files": "./test.js",
|
||||
"browsers": {
|
||||
"ie": [
|
||||
8,
|
||||
9
|
||||
],
|
||||
"firefox": [
|
||||
13
|
||||
],
|
||||
"chrome": [
|
||||
20
|
||||
],
|
||||
"safari": [
|
||||
5.1
|
||||
],
|
||||
"opera": [
|
||||
12
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "0.0.11"
|
||||
}
|
||||
Reference in New Issue
Block a user