UNPKG

gerald-react-scripts-fork

Version:

Gerald's fork of the configuration and scripts for Create React App.

106 lines (105 loc) 3.31 kB
{ "_args": [ [ { "raw": "babel-plugin-transform-decorators-legacy", "scope": null, "escapedName": "babel-plugin-transform-decorators-legacy", "name": "babel-plugin-transform-decorators-legacy", "rawSpec": "", "spec": "latest", "type": "tag" }, "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts" ] ], "_from": "babel-plugin-transform-decorators-legacy@latest", "_id": "babel-plugin-transform-decorators-legacy@1.3.4", "_inCache": true, "_location": "/babel-plugin-transform-decorators-legacy", "_nodeVersion": "5.1.0", "_npmUser": { "name": "loganfsmyth", "email": "loganfsmyth@gmail.com" }, "_npmVersion": "3.4.1", "_phantomChildren": {}, "_requested": { "raw": "babel-plugin-transform-decorators-legacy", "scope": null, "escapedName": "babel-plugin-transform-decorators-legacy", "name": "babel-plugin-transform-decorators-legacy", "rawSpec": "", "spec": "latest", "type": "tag" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.4.tgz", "_shasum": "741b58f6c5bce9e6027e0882d9c994f04f366925", "_shrinkwrap": null, "_spec": "babel-plugin-transform-decorators-legacy", "_where": "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts", "author": { "name": "Logan Smyth", "email": "loganfsmyth@gmail.com" }, "bugs": { "url": "https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy/issues" }, "dependencies": { "babel-plugin-syntax-decorators": "^6.1.18", "babel-runtime": "^6.2.0", "babel-template": "^6.3.0" }, "description": "A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5.", "devDependencies": { "babel-cli": "^6.2.0", "babel-plugin-transform-class-properties": "^6.3.0", "babel-plugin-transform-runtime": "^6.1.18", "babel-preset-es2015": "^6.1.18", "chai": "^3.4.1", "mocha": "^2.3.4" }, "directories": {}, "dist": { "shasum": "741b58f6c5bce9e6027e0882d9c994f04f366925", "tarball": "https://registry.npmjs.org/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.4.tgz" }, "gitHead": "a3fc05f766dac8324a049ee03b3393fe3d055e14", "homepage": "https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy#readme", "keywords": [ "babel", "babel-plugin", "es7", "decorators" ], "license": "MIT", "main": "lib", "maintainers": [ { "name": "ide", "email": "ide+npm@jameside.com" }, { "name": "loganfsmyth", "email": "loganfsmyth@gmail.com" } ], "name": "babel-plugin-transform-decorators-legacy", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy.git" }, "scripts": { "build": "babel src -d lib", "prepublish": "npm run build", "test": "babel-node node_modules/.bin/_mocha -- test", "watch": "babel src -d lib -w" }, "version": "1.3.4" }