117 lines
3.2 KiB
JSON
117 lines
3.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"bubleify@^0.5.1",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\is-number-like"
|
|
]
|
|
],
|
|
"_from": "bubleify@>=0.5.1-0 <0.6.0-0",
|
|
"_id": "bubleify@0.5.1",
|
|
"_inCache": true,
|
|
"_location": "/bubleify",
|
|
"_nodeVersion": "6.3.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/bubleify-0.5.1.tgz_1468958754858_0.3584412122145295"
|
|
},
|
|
"_npmUser": {
|
|
"email": "jannick.garthen@gmail.com",
|
|
"name": "garthenweb"
|
|
},
|
|
"_npmVersion": "3.10.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "bubleify",
|
|
"raw": "bubleify@^0.5.1",
|
|
"rawSpec": "^0.5.1",
|
|
"scope": null,
|
|
"spec": ">=0.5.1-0 <0.6.0-0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-number-like"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bubleify/-/bubleify-0.5.1.tgz",
|
|
"_shasum": "f65c47cee31b80cad8b9e747bbe187d7fe51e927",
|
|
"_shrinkwrap": null,
|
|
"_spec": "bubleify@^0.5.1",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\is-number-like",
|
|
"author": {
|
|
"email": "jannick.garthen@gmail.com",
|
|
"name": "Jannick Garthen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/garthenweb/bubleify/issues"
|
|
},
|
|
"dependencies": {
|
|
"buble": "^0.12.0",
|
|
"object-assign": "^4.0.1"
|
|
},
|
|
"description": "Browserify transform that compiles es2015 to es5 using Bublé",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.7.7",
|
|
"babel-polyfill": "^6.9.0",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"browserify": "^13.0.0",
|
|
"convert-source-map": "^1.2.0",
|
|
"coveralls": "^2.11.9",
|
|
"eslint": "^2.9.0",
|
|
"eslint-config-airbnb": "^9.0.1",
|
|
"eslint-plugin-import": "^1.5.0",
|
|
"nyc": "^6.4.4",
|
|
"tap": "^5.7.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "f65c47cee31b80cad8b9e747bbe187d7fe51e927",
|
|
"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.5.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"gitHead": "ad958168cce0cd6d45ba76d221e252bae256f210",
|
|
"homepage": "https://github.com/garthenweb/bubleify#readme",
|
|
"installable": true,
|
|
"keywords": [
|
|
"browserify",
|
|
"browserify-transform",
|
|
"buble",
|
|
"es2015",
|
|
"es5"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "garthenweb",
|
|
"email": "jannick.garthen@gmail.com"
|
|
}
|
|
],
|
|
"name": "bubleify",
|
|
"nyc": {
|
|
"exclude": [
|
|
"tests/**"
|
|
]
|
|
},
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/garthenweb/bubleify.git"
|
|
},
|
|
"scripts": {
|
|
"compile": "babel -s -d lib/ src/",
|
|
"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
|
|
"lint": "eslint src/**.js tests/**.js",
|
|
"postversion": "git push && git push --tags",
|
|
"pretest": "npm run compile",
|
|
"preversion": "npm run compile && npm run tap:all",
|
|
"publish": "npm run compile && npm run tap:all",
|
|
"tap:all": "npm run tap:one tests/*.test.js",
|
|
"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
|
|
"test": "npm run tap:all",
|
|
"test:babel": "babel tests/*.test.js -d . && npm test",
|
|
"travis-coverage": "nyc report --reporter=text-lcov | coveralls"
|
|
},
|
|
"version": "0.5.1"
|
|
}
|