X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Ftsml%2Fpackage.json;fp=node_modules%2Ftsml%2Fpackage.json;h=9f22ddf6c4d2308645e5de542b701af7482a9ccf;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/tsml/package.json b/node_modules/tsml/package.json new file mode 100644 index 000000000..9f22ddf6c --- /dev/null +++ b/node_modules/tsml/package.json @@ -0,0 +1,77 @@ +{ + "_args": [ + [ + "tsml@1.0.1", + "/var/www/yaffs/node_modules/video.js" + ] + ], + "_from": "tsml@1.0.1", + "_id": "tsml@1.0.1", + "_inCache": true, + "_installable": true, + "_location": "/tsml", + "_nodeVersion": "2.0.1", + "_npmUser": { + "email": "rod@vagg.org", + "name": "rvagg" + }, + "_npmVersion": "2.9.0", + "_phantomChildren": {}, + "_requested": { + "name": "tsml", + "raw": "tsml@1.0.1", + "rawSpec": "1.0.1", + "scope": null, + "spec": "1.0.1", + "type": "version" + }, + "_requiredBy": [ + "/video.js" + ], + "_resolved": "https://registry.npmjs.org/tsml/-/tsml-1.0.1.tgz", + "_shasum": "89f8218b9d9e257f47d7f6b56d01c5a4d2c68fc3", + "_shrinkwrap": null, + "_spec": "tsml@1.0.1", + "_where": "/var/www/yaffs/node_modules/video.js", + "author": { + "email": "rod@vagg.org", + "name": "Rod Vagg" + }, + "bugs": { + "url": "https://github.com/rvagg/tsml/issues" + }, + "dependencies": {}, + "description": "ES6 template string tag for multi-line cleaning - squash multi-line strings into a single line", + "devDependencies": {}, + "directories": {}, + "dist": { + "shasum": "89f8218b9d9e257f47d7f6b56d01c5a4d2c68fc3", + "tarball": "https://registry.npmjs.org/tsml/-/tsml-1.0.1.tgz" + }, + "gitHead": "e1ae9e2fe55a2a5fce339895cdc9d63cea3d4f3d", + "homepage": "https://github.com/rvagg/tsml", + "keywords": [ + "es6", + "template", + "templatestring" + ], + "license": "MIT", + "main": "tsml.js", + "maintainers": [ + { + "name": "rvagg", + "email": "rod@vagg.org" + } + ], + "name": "tsml", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/rvagg/tsml.git" + }, + "scripts": { + "test": "node ./test.js" + }, + "version": "1.0.1" +}