Files
soulspace/node_modules/tsml/package.json
2025-03-05 15:16:45 +08:00

53 lines
1.4 KiB
JSON

{
"_from": "tsml@1.0.1",
"_id": "tsml@1.0.1",
"_inBundle": false,
"_integrity": "sha512-3KmepnH9SUsoOVtg013CRrL7c+AK7ECaquAsJdvu4288EDJuraqBlP4PDXT/rLEJ9YDn4jqLAzRJsnFPx+V6lg==",
"_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": [
"/tcplayer.js"
],
"_resolved": "https://registry.npmmirror.com/tsml/-/tsml-1.0.1.tgz",
"_shasum": "89f8218b9d9e257f47d7f6b56d01c5a4d2c68fc3",
"_spec": "tsml@1.0.1",
"_where": "/Users/liuyuan/Desktop/soulspace_app/node_modules/tcplayer.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"
}