"Fossies" - the Fresh Open Source Software Archive 
Member "Atom/resources/app/apm/node_modules/xmlbuilder/package.json" (16 Apr 2018, 1627 Bytes) of package /windows/misc/atom-windows.zip:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 {
2 "_from": "xmlbuilder@0.4.x",
3 "_id": "xmlbuilder@0.4.3",
4 "_inBundle": false,
5 "_integrity": "sha1-xGFLp04K0ZbmCcknLNnh3bKKilg=",
6 "_location": "/atom-package-manager/xmlbuilder",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "xmlbuilder@0.4.x",
12 "name": "xmlbuilder",
13 "escapedName": "xmlbuilder",
14 "rawSpec": "0.4.x",
15 "saveSpec": null,
16 "fetchSpec": "0.4.x"
17 },
18 "_requiredBy": [
19 "/atom-package-manager/plist"
20 ],
21 "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-0.4.3.tgz",
22 "_shasum": "c4614ba74e0ad196e609c9272cd9e1ddb28a8a58",
23 "_spec": "xmlbuilder@0.4.x",
24 "_where": "C:\\projects\\atom\\apm\\node_modules\\atom-package-manager\\node_modules\\plist",
25 "author": {
26 "name": "Ozgur Ozcitak",
27 "email": "oozcitak@gmail.com"
28 },
29 "bugs": {
30 "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "An XML builder for node.js",
35 "devDependencies": {
36 "coffee-script": "1.1.x"
37 },
38 "engines": {
39 "node": ">=0.2.0"
40 },
41 "homepage": "http://github.com/oozcitak/xmlbuilder-js",
42 "keywords": [
43 "xml",
44 "xmlbuilder"
45 ],
46 "licenses": [
47 {
48 "type": "MIT",
49 "url": "http://opensource.org/licenses/mit-license.php"
50 }
51 ],
52 "main": "./lib/index",
53 "name": "xmlbuilder",
54 "repository": {
55 "type": "git",
56 "url": "git://github.com/oozcitak/xmlbuilder-js.git"
57 },
58 "scripts": {
59 "postpublish": "make clean",
60 "prepublish": "make release",
61 "test": "make test"
62 },
63 "version": "0.4.3"
64 }