UNPKG

funcunit

Version:
63 lines (62 loc) 2.11 kB
{ "_from": "steal-systemjs@^0.16.6-bitovi.13", "_id": "steal-systemjs@0.16.6-bitovi.13", "_inBundle": false, "_integrity": "sha1-VZxoUimJaib/Nc3JVSOuKbGYD3k=", "_location": "/steal-systemjs", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "steal-systemjs@^0.16.6-bitovi.13", "name": "steal-systemjs", "escapedName": "steal-systemjs", "rawSpec": "^0.16.6-bitovi.13", "saveSpec": null, "fetchSpec": "^0.16.6-bitovi.13" }, "_requiredBy": [ "/documentjs/steal" ], "_resolved": "https://registry.npmjs.org/steal-systemjs/-/steal-systemjs-0.16.6-bitovi.13.tgz", "_shasum": "559c685229896a26ff35cdc95523ae29b1980f79", "_spec": "steal-systemjs@^0.16.6-bitovi.13", "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/documentjs/node_modules/steal", "author": { "name": "Guy Bedford" }, "bugs": { "url": "https://github.com/systemjs/systemjs/issues" }, "bundleDependencies": false, "dependencies": { "steal-es6-module-loader": "^0.16.3-bitovi.5" }, "deprecated": false, "description": "System loader extension for flexible AMD & CommonJS support", "devDependencies": { "babel-core": "^4.7.16", "qunit": "^0.6.2", "traceur": "0.0.87", "uglify-js": "~2.4.13" }, "homepage": "https://github.com/systemjs/systemjs#readme", "license": "MIT", "main": "dist/system.src.js", "name": "steal-systemjs", "repository": { "type": "git", "url": "git://github.com/systemjs/systemjs.git" }, "scripts": { "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": "npm run test:babel && npm run test:traceur", "test:babel": "qunit -c s:./dist/system.js -t ./test/test-babel.js", "test:traceur": "qunit -c s:./dist/system.js -t ./test/test.js" }, "version": "0.16.6-bitovi.13" }