UNPKG

funcunit

Version:
59 lines (58 loc) 1.83 kB
{ "_from": "simple-html-tokenizer@^0.2.1", "_id": "simple-html-tokenizer@0.2.6", "_inBundle": false, "_integrity": "sha1-pu+re8cFzzqW8arqoadjZfDRbDM=", "_location": "/simple-html-tokenizer", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "simple-html-tokenizer@^0.2.1", "name": "simple-html-tokenizer", "escapedName": "simple-html-tokenizer", "rawSpec": "^0.2.1", "saveSpec": null, "fetchSpec": "^0.2.1" }, "_requiredBy": [ "/can-simple-dom" ], "_resolved": "https://registry.npmjs.org/simple-html-tokenizer/-/simple-html-tokenizer-0.2.6.tgz", "_shasum": "a6efab7bc705cf3a96f1aaeaa1a76365f0d16c33", "_spec": "simple-html-tokenizer@^0.2.1", "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/can-simple-dom", "bugs": { "url": "https://github.com/tildeio/simple-html-tokenizer/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.", "devDependencies": { "jshint": "^2.8.0", "qunit-extras": "^1.4.2", "qunitjs": "^1.18.0", "rollup": "^0.14.1", "testem": "^0.9.2" }, "homepage": "https://github.com/tildeio/simple-html-tokenizer#readme", "jsnext:main": "lib/simple-html-tokenizer/index.js", "keywords": [ "html", "tokenizer" ], "license": "MIT", "main": "dist/simple-html-tokenizer.js", "name": "simple-html-tokenizer", "repository": { "type": "git", "url": "git+https://github.com/tildeio/simple-html-tokenizer.git" }, "scripts": { "build": "bin/build.js", "lint": "jshint bin lib test", "prepublish": "npm run build", "test": "testem ci" }, "version": "0.2.6" }