1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
| {
| "_args": [
| [
| "babel-plugin-transform-decorators-legacy@1.3.5",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "babel-plugin-transform-decorators-legacy@1.3.5",
| "_id": "babel-plugin-transform-decorators-legacy@1.3.5",
| "_inBundle": false,
| "_integrity": "sha512-jYHwjzRXRelYQ1uGm353zNzf3QmtdCfvJbuYTZ4gKveK7M9H1fs3a5AKdY1JUDl0z97E30ukORW1dzhWvsabtA==",
| "_location": "/babel-plugin-transform-decorators-legacy",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "babel-plugin-transform-decorators-legacy@1.3.5",
| "name": "babel-plugin-transform-decorators-legacy",
| "escapedName": "babel-plugin-transform-decorators-legacy",
| "rawSpec": "1.3.5",
| "saveSpec": null,
| "fetchSpec": "1.3.5"
| },
| "_requiredBy": [
| "/egg-shell-decorators"
| ],
| "_resolved": "https://registry.npmjs.org/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.5.tgz",
| "_spec": "1.3.5",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "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"
| },
| "homepage": "https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy#readme",
| "keywords": [
| "babel",
| "babel-plugin",
| "es7",
| "decorators"
| ],
| "license": "MIT",
| "main": "lib",
| "name": "babel-plugin-transform-decorators-legacy",
| "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.5"
| }
|
|