package.json
1.31 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
{
"_from": "tsml@1.0.1",
"_id": "tsml@1.0.1",
"_inBundle": false,
"_integrity": "sha1-ifghi52eJX9H1/a1bQHFpNLGj8M=",
"_location": "/tsml",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tsml@1.0.1",
"name": "tsml",
"escapedName": "tsml",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/video.js"
],
"_resolved": "http://registry.npm.taobao.org/tsml/download/tsml-1.0.1.tgz",
"_shasum": "89f8218b9d9e257f47d7f6b56d01c5a4d2c68fc3",
"_spec": "tsml@1.0.1",
"_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/video.js",
"author": {
"name": "Rod Vagg",
"email": "rod@vagg.org"
},
"bugs": {
"url": "https://github.com/rvagg/tsml/issues"
},
"bundleDependencies": false,
"deprecated": "no longer maintained",
"description": "ES6 template string tag for multi-line cleaning - squash multi-line strings into a single line",
"homepage": "https://github.com/rvagg/tsml",
"keywords": [
"template",
"templatestring",
"es6"
],
"license": "MIT",
"main": "tsml.js",
"name": "tsml",
"repository": {
"type": "git",
"url": "git+https://github.com/rvagg/tsml.git"
},
"scripts": {
"test": "node ./test.js"
},
"version": "1.0.1"
}