package.json 1.66 KB
{
  "_from": "babel-plugin-constant-folding@^1.0.1",
  "_id": "babel-plugin-constant-folding@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-g2HTZMmORJw2kr26Ue/whEKQqo4=",
  "_location": "/babel-plugin-constant-folding",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "babel-plugin-constant-folding@^1.0.1",
    "name": "babel-plugin-constant-folding",
    "escapedName": "babel-plugin-constant-folding",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/babel-core"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz",
  "_shasum": "8361d364c98e449c3692bdba51eff0844290aa8e",
  "_spec": "babel-plugin-constant-folding@^1.0.1",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\babel-core",
  "bugs": {
    "url": "https://github.com/babel-plugins/babel-plugin-constant-folding/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Compile static constants (ie. code that we can statically determine to be constant at runtime)",
  "devDependencies": {
    "babel": "^5.6.0"
  },
  "homepage": "https://github.com/babel-plugins/babel-plugin-constant-folding#readme",
  "keywords": [
    "babel-plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "babel-plugin-constant-folding",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babel-plugins/babel-plugin-constant-folding.git"
  },
  "scripts": {
    "build": "babel-plugin build",
    "push": "babel-plugin publish",
    "test": "babel-plugin test"
  },
  "version": "1.0.1"
}