funcunit
Version:
<!-- @hide title
81 lines (80 loc) • 2.19 kB
JSON
{
"_from": "can-simple-dom@^0.3.0",
"_id": "can-simple-dom@0.3.0",
"_inBundle": false,
"_integrity": "sha1-p7Nk0ihZXhGjtunWYnQeiTxYM50=",
"_location": "/can-simple-dom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "can-simple-dom@^0.3.0",
"name": "can-simple-dom",
"escapedName": "can-simple-dom",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/can"
],
"_resolved": "https://registry.npmjs.org/can-simple-dom/-/can-simple-dom-0.3.0.tgz",
"_shasum": "a7b364d228595e11a3b6e9d662741e893c58339d",
"_spec": "can-simple-dom@^0.3.0",
"_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/can",
"author": {
"name": "Kris Selden and Bitovi"
},
"bugs": {
"url": "https://github.com/canjs/can-simple-dom/issues"
},
"bundleDependencies": false,
"dependencies": {
"micro-location": "^0.1.4",
"simple-html-tokenizer": "^0.2.1"
},
"deprecated": false,
"description": "A simple JS DOM.",
"devDependencies": {
"jquery": "^2.2.0",
"steal": "^0.11.4",
"steal-qunit": "^0.1.0",
"steal-tools": "^0.11.2",
"testee": "^0.2.0"
},
"homepage": "https://github.com/canjs/can-simple-dom#readme",
"keywords": [
"html",
"dom",
"serializer",
"parser"
],
"license": "MIT",
"main": "dist/cjs/simple-dom.js",
"name": "can-simple-dom",
"repository": {
"type": "git",
"url": "git+https://github.com/canjs/can-simple-dom.git"
},
"scripts": {
"build": "node build.js",
"prepublish": "node build.js",
"publish": "git push origin && git push origin --tags",
"release:major": "npm version major && npm publish",
"release:minor": "npm version minor && npm publish",
"release:patch": "npm version patch && npm publish",
"release:prerelease": "npm version prerelease && npm publish",
"test": "testee test/test.html --browsers firefox --reporter Spec"
},
"system": {
"main": "simple-dom.js",
"directories": {
"lib": "lib"
},
"npmIgnore": [
"testee"
],
"transpiler": "babel"
},
"version": "0.3.0"
}