-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.43 KB
/
package.json
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
{
"_from": "stjs",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-VZLz4oZmwy6XSegkVaIFeCbBjGTmRd3u5cUJJQMkk2uSgdLLPjIvjPvzQk3KZJOwcZJ8lfQDB6M5eGBwnLsf6Q==",
"_location": "/stjs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "stjs",
"name": "stjs",
"escapedName": "stjs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/stjs/-/stjs-0.0.5.tgz",
"_shasum": "3e594645ccb41fb97b80b279093e2f9e4fb1738e",
"_spec": "stjs",
"_where": "/Dini",
"author": {
"name": "gliechtenstein"
},
"bugs": {
"url": "https://github.com/SelectTransform/st.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JSON Template over JSON",
"devDependencies": {
"eslint": "^4.7.1",
"he": "^1.1.1",
"json-stable-stringify": "^1.0.1",
"mocha": "^3.5.3",
"underscore": "^1.8.3"
},
"dependencies":{
"sync-request": "^6.0.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/SelectTransform/st.js#readme",
"license": "MIT",
"main": "st.js",
"name": "stjs",
"repository": {
"type": "git",
"url": "git+https://github.com/SelectTransform/st.js.git"
},
"scripts": {
"lint": "eslint src/st.js",
"test": "mocha --recursive test/unit/"
},
"version": "0.0.5"
}