{
"_from": "babel-plugin-feature-flags@^0.3.1",
"_id": "babel-plugin-feature-flags@0.3.1",
"_inBundle": false,
"_integrity": "sha1-nIJ8+aTrmhn3JcyyOehcqwIDb8E=",
"_location": "/babel-plugin-feature-flags",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel-plugin-feature-flags@^0.3.1",
"name": "babel-plugin-feature-flags",
"escapedName": "babel-plugin-feature-flags",
"rawSpec": "^0.3.1",
"saveSpec": null,
"fetchSpec": "^0.3.1"
},
"_requiredBy": [
"/ember-data"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-feature-flags/-/babel-plugin-feature-flags-0.3.1.tgz",
"_shasum": "9c827cf9a4eb9a19f725ccb239e85cab02036fc1",
"_spec": "babel-plugin-feature-flags@^0.3.1",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-data",
"author": {
"name": "Martin Muñoz",
"email": "im.mmun@gmail.com"
},
"bugs": {
"url": "https://github.com/ember-cli/babel-plugin-feature-flags/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A babel transform for managing feature flags",
"devDependencies": {
"babel-core": "^6.9.1",
"mocha": "^3.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/ember-cli/babel-plugin-feature-flags",
"keywords": [
"babel",
"babel-plugin"
],
"license": "MIT",
"main": "index.js",
"name": "babel-plugin-feature-flags",
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/babel-plugin-feature-flags.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.3.1"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|