This repository was archived by the owner on Jul 15, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 7.54 KB
/
Copy pathpackage.json
File metadata and controls
123 lines (123 loc) · 7.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"_args": [
[
{
"raw": "patternlab-node@git+https://github.com/colours/patternlab-node.git",
"scope": null,
"escapedName": "patternlab-node",
"name": "patternlab-node",
"rawSpec": "git+https://github.com/colours/patternlab-node.git",
"spec": "git+https://github.com/colours/patternlab-node.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:colours/patternlab-node.git",
"sshUrl": "git+ssh://git@github.com/colours/patternlab-node.git",
"httpsUrl": "git+https://github.com/colours/patternlab-node.git",
"gitUrl": "git://github.com/colours/patternlab-node.git",
"shortcut": "github:colours/patternlab-node",
"directUrl": "https://raw.githubusercontent.com/colours/patternlab-node/master/package.json"
}
},
"/data/inetpub/goudse/src/Foundation/PatternLab/code"
]
],
"_from": "git+https://github.com/colours/patternlab-node.git",
"_id": "patternlab-node@2.6.1",
"_inCache": true,
"_location": "/patternlab-node",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"graceful-fs": "4.1.11",
"inflight": "1.0.6",
"inherits": "2.0.3",
"jsonfile": "2.4.0",
"klaw": "1.3.1",
"minimatch": "3.0.3",
"once": "1.4.0",
"path-is-absolute": "1.0.1",
"rimraf": "2.6.1"
},
"_requested": {
"raw": "patternlab-node@git+https://github.com/colours/patternlab-node.git",
"scope": null,
"escapedName": "patternlab-node",
"name": "patternlab-node",
"rawSpec": "git+https://github.com/colours/patternlab-node.git",
"spec": "git+https://github.com/colours/patternlab-node.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:colours/patternlab-node.git",
"sshUrl": "git+ssh://git@github.com/colours/patternlab-node.git",
"httpsUrl": "git+https://github.com/colours/patternlab-node.git",
"gitUrl": "git://github.com/colours/patternlab-node.git",
"shortcut": "github:colours/patternlab-node",
"directUrl": "https://raw.githubusercontent.com/colours/patternlab-node/master/package.json"
}
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/colours/patternlab-node.git#f344a093ba815d8877747a86eeead6b4e1dff300",
"_shasum": "b482cc288a6af21faa5140619bb5c46c7a2b265d",
"_shrinkwrap": null,
"_spec": "patternlab-node@git+https://github.com/colours/patternlab-node.git",
"_where": "/data/inetpub/goudse/src/Foundation/PatternLab/code",
"author": {
"name": "Brian Muenzenmeyer"
},
"bugs": {
"url": "https://github.com/pattern-lab/patternlab-node/issues"
},
"contributors": [
{
"name": "Geoff Pursell"
}
],
"dependencies": {
"diveSync": "^0.3.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.0",
"js-beautify": "^1.6.3",
"js-yaml": "^3.6.1",
"json5": "^0.5.0",
"lodash": "~4.13.1",
"markdown-it": "^6.0.1",
"node-fetch": "^1.6.0",
"patternengine-node-mustache": "^1.0.0"
},
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
"devDependencies": {
"eslint": "^3.5.0",
"tap": "^7.1.2"
},
"engines": {
"node": ">=4.0"
},
"gitHead": "f344a093ba815d8877747a86eeead6b4e1dff300",
"homepage": "https://github.com/pattern-lab/patternlab-node#readme",
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Grunt",
"Gulp",
"Javascript"
],
"license": "MIT",
"main": "./core/lib/patternlab.js",
"name": "patternlab-node",
"optionalDependencies": {},
"readme": "[](https://travis-ci.org/pattern-lab/patternlab-node)   [](https://gitter.im/pattern-lab/node)\n\n# Pattern Lab Node Core\n\nThis repository contains the core functionality for Pattern Lab Node. Pattern Lab Core is designed to be included as a dependency within [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node).\nIf this looks **REALLY DIFFERENT** from what you expected, check out the [ChangeLog](https://github.com/pattern-lab/patternlab-node/wiki/ChangeLog).\n\n* [Pattern Lab/Node: Gulp Edition](https://github.com/pattern-lab/edition-node-gulp) contains info how to get started within a Gulp task running environment.\n* [Pattern Lab/Node: Grunt Edition](https://github.com/pattern-lab/edition-node-grunt) contains info how to get started within a Grunt task running environment.\n\n## Core Team\n\n* [@bmuenzenmeyer](https://github.com/bmuenzenmeyer) - Lead Maintainer\n* [@geoffp](https://github.com/geoffp) - Core Contributor\n\n## Upgrading\n\nIf you find yourself here and are looking to upgrade, check out how to upgrade from version to version of Pattern Lab Node here: [https://github.com/pattern-lab/patternlab-node/wiki/Upgrading](https://github.com/pattern-lab/patternlab-node/wiki/Upgrading)\n\n## Command Line Interface\n\nThe [command line interface](https://github.com/pattern-lab/patternlab-node/wiki/Command-Line-Interface) is documented in the wiki, and already implemented for you within [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node).\n\n## Contributing\n\nIf you'd like to contribute to Pattern Lab Node, please do so! There is always a lot of ground to cover and something for your wheelhouse.\n\nNo pull request is too small. Check out any [up for grabs issues](https://github.com/pattern-lab/patternlab-node/labels/up%20for%20grabs) as a good way to get your feet wet, or add some more unit tests.\n\n## Guidelines\n1. Please keep your pull requests concise and limited to **ONE** substantive change at a time. This makes reviewing and testing so much easier.\n2. _ALWAYS_ submit pull requests against the [dev branch](https://github.com/pattern-lab/patternlab-node/tree/dev). If this does not occur, I will first, try to redirect you gently, second, port over your contribution manually if time allows, and/or third, close your pull request. If you have a major feature to stabilize over time, talk to @bmuenzenmeyer about making a dedicated `feature-branch`\n3. If you can, add some unit tests using the existing patterns in the `./test` directory\n4. To help hack on core from an edition, read [this wiki page](https://github.com/pattern-lab/patternlab-node/wiki/Running-an-Edition-Against-Local-Core)\n\n## Coding style\nTwo files combine within the project to define and maintain our coding style.\n\n* The `.editorconfig` controls spaces / tabs within supported editors. Check out their [site](http://editorconfig.org/).\n* The `.eslintrc` defines our javascript standards. Some editors will evaluate this real-time - otherwise it's run using `grunt|gulp build`\n\n## Gitter\n\nThe Pattern Lab Node team uses [our gitter.im channel, pattern-lab/node](https://gitter.im/pattern-lab/node) to keep in sync, share updates, and talk shop. Please stop by to say hello or as a first place to turn if stuck. Other channels in the Pattern Lab organization can be found on gitter too.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/patternlab-node.git"
},
"scripts": {
"lint": "eslint core/**/*.js",
"test": "eslint core/**/*.js && tap test/*_tests.js --reporter spec"
},
"version": "2.6.1"
}