UNPKG

funcunit

Version:
68 lines (67 loc) 1.82 kB
{ "_from": "js-module-formats@~0.1.2", "_id": "js-module-formats@0.1.2", "_inBundle": false, "_integrity": "sha1-mLEvfHJrohHCbKhQhgVNhhrQlUo=", "_location": "/js-module-formats", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "js-module-formats@~0.1.2", "name": "js-module-formats", "escapedName": "js-module-formats", "rawSpec": "~0.1.2", "saveSpec": null, "fetchSpec": "~0.1.2" }, "_requiredBy": [ "/transpile" ], "_resolved": "https://registry.npmjs.org/js-module-formats/-/js-module-formats-0.1.2.tgz", "_shasum": "98b12f7c726ba211c26ca85086054d861ad0954a", "_spec": "js-module-formats@~0.1.2", "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/transpile", "author": { "name": "Caridy Patino", "email": "caridy@gmail.com", "url": "http://caridy.name/" }, "bugs": { "url": "https://github.com/yahoo/js-module-formats/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Detect different types of JavaScript modules formats", "devDependencies": { "chai": "*", "glob": "^3.2.9", "istanbul": "*", "jshint": "^2.4.4", "mocha": "*", "mockery": "*", "xunit-file": "*" }, "homepage": "https://github.com/yahoo/js-module-formats", "keywords": [ "JavaScript", "module", "es6", "amd", "yui", "cjs" ], "license": "BSD", "main": "index", "name": "js-module-formats", "repository": { "type": "git", "url": "git://github.com/yahoo/js-module-formats.git" }, "scripts": { "lint": "jshint index.js", "pretest": "jshint index.js", "test": "./node_modules/istanbul/lib/cli.js cover -- ./node_modules/.bin/_mocha test/*.js --reporter spec" }, "version": "0.1.2" }