package.json 1.46 KB
{
  "_from": "babel-plugin-eval@^1.0.1",
  "_id": "babel-plugin-eval@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-ovrtJc5r5preS/7CY/cBaRlZUNo=",
  "_location": "/babel-plugin-eval",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "babel-plugin-eval@^1.0.1",
    "name": "babel-plugin-eval",
    "escapedName": "babel-plugin-eval",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/babel-core"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz",
  "_shasum": "a2faed25ce6be69ade4bfec263f70169195950da",
  "_spec": "babel-plugin-eval@^1.0.1",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\babel-core",
  "bugs": {
    "url": "https://github.com/babel-plugins/babel-plugin-eval/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Compile eval calls with string literals",
  "devDependencies": {
    "babel": "^5.6.0"
  },
  "homepage": "https://github.com/babel-plugins/babel-plugin-eval#readme",
  "keywords": [
    "babel-plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "babel-plugin-eval",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babel-plugins/babel-plugin-eval.git"
  },
  "scripts": {
    "build": "babel-plugin build",
    "push": "babel-plugin publish",
    "test": "babel-plugin test"
  },
  "version": "1.0.1"
}